diff options
Diffstat (limited to 'accounts/gkleen@sif/dunst-settings.nix')
-rw-r--r-- | accounts/gkleen@sif/dunst-settings.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 8319da03..8abdfc5a 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix | |||
@@ -1,3 +1,4 @@ | |||
1 | { pkgs, ... }: | ||
1 | { | 2 | { |
2 | global = { | 3 | global = { |
3 | font = "Monospace 6"; | 4 | font = "Monospace 6"; |
@@ -25,6 +26,8 @@ | |||
25 | icon_position = "right"; | 26 | icon_position = "right"; |
26 | sort = false; | 27 | sort = false; |
27 | sticky_history = false; | 28 | sticky_history = false; |
29 | |||
30 | dmenu = "${pkgs.dmenu}/bin/dmenu"; | ||
28 | }; | 31 | }; |
29 | shortcuts = { | 32 | shortcuts = { |
30 | close = "ctrl+space"; | 33 | close = "ctrl+space"; |