mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:36:13 +01:00
rofi themed
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
}: {
|
||||
imports = [
|
||||
./picom.nix
|
||||
./rofi.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
dmenu
|
||||
st
|
||||
dunst
|
||||
|
||||
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