mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:46:11 +01:00
rofi themed
This commit is contained in:
15
home-manager/features/desktop/dwm/rofi.nix
Normal file
15
home-manager/features/desktop/dwm/rofi.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
rofi-calc
|
||||
];
|
||||
location = "center";
|
||||
theme = "gruvbox-dark-soft";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user