summaryrefslogtreecommitdiff
path: root/mun.nix
diff options
context:
space:
mode:
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;