diff options
Diffstat (limited to 'mun.nix')
| -rw-r--r-- | mun.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -66,6 +66,7 @@ in git lazygit tree-sitter + #gcr ]; sessionVariables = { @@ -145,7 +146,7 @@ in vimAlias = true; withNodeJs = true; - # IMPORTANT FIX + # +ANT FIX plugins = []; # disable HM plugin processing extraLuaConfig = '' @@ -407,6 +408,8 @@ in }; services = { + #gnome-keyring.enable = true; + dunst = { enable = true; |
