diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 6ab1c0e6..40e6ae9d 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -221,7 +221,6 @@ in { | |||
221 | automount = false; | 221 | automount = false; |
222 | settings = { | 222 | settings = { |
223 | program_options = { | 223 | program_options = { |
224 | appindicator = true; | ||
225 | file_manager = ""; | 224 | file_manager = ""; |
226 | }; | 225 | }; |
227 | notification_actions = { | 226 | notification_actions = { |
@@ -323,6 +322,8 @@ in { | |||
323 | ${pkgs.xorg.xinput}/bin/xinput disable 'Synaptics TM3512-010' | 322 | ${pkgs.xorg.xinput}/bin/xinput disable 'Synaptics TM3512-010' |
324 | ${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keysym Caps_Lock = Multi_key' | 323 | ${pkgs.xorg.xmodmap}/bin/xmodmap -e 'keysym Caps_Lock = Multi_key' |
325 | ''; | 324 | ''; |
325 | |||
326 | preferStatusNotifierItems = true; | ||
326 | }; | 327 | }; |
327 | 328 | ||
328 | xresources.properties = import ./xresources.nix; | 329 | xresources.properties = import ./xresources.nix; |