diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-01-28 22:34:00 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-01-28 22:34:00 +0100 |
| commit | 2700135ddf6a044023dac86ee1d33950d3d2ab61 (patch) | |
| tree | cf886b1452c83f62110789f0f0b05a6143f75e28 /mun.nix | |
| parent | 67cf7eb1b5d0cf86faab9e67ed8bd060ed2267b6 (diff) | |
fixed it?
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; |
