summaryrefslogtreecommitdiff
path: root/mun.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-01-28 22:34:00 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-01-28 22:34:00 +0100
commit2700135ddf6a044023dac86ee1d33950d3d2ab61 (patch)
treecf886b1452c83f62110789f0f0b05a6143f75e28 /mun.nix
parent67cf7eb1b5d0cf86faab9e67ed8bd060ed2267b6 (diff)
fixed it?
Diffstat (limited to 'mun.nix')
-rw-r--r--mun.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/mun.nix b/mun.nix
index 948f18e..6fe695e 100644
--- a/mun.nix
+++ b/mun.nix
@@ -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;