2 Commits

Author SHA1 Message Date
kenji d74fa4e552 feat(hakase-wallpaper-switch): changed target dir 2025-12-28 11:29:43 -06:00
kenji 92a3fef81b remove(secret): removed var avante 2025-12-28 11:29:17 -06:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -12,7 +12,7 @@
fi fi
tmp_file=$(mktemp) tmp_file=$(mktemp)
target_dir="$HOME/.config/nixos/assets/Wallpapers" target_dir="$HOME/Pictures/Wallpapers"
if [ ! -d "$target_dir" ]; then if [ ! -d "$target_dir" ]; then
target_dir="$HOME" target_dir="$HOME"
fi fi
@@ -46,4 +46,3 @@
'') '')
]; ];
} }
+1 -1
View File
@@ -2,6 +2,6 @@
environment.sessionVariables = { environment.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path; # AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path;
}; };
} }