move wallpaper.sh to ~/.local/bin to avoid nix store conflict

This commit is contained in:
2026-06-13 11:23:36 +02:00
parent e1769157c5
commit eaa8c9448c
2 changed files with 4 additions and 8 deletions
+1 -5
View File
@@ -49,10 +49,6 @@
bindkey "^[OA" up-line-or-beginning-search
bindkey "^[OB" down-line-or-beginning-search
function cap() {
git add -A && git commit -m "$*" && git push
}
function gc() {
sudo nix-collect-garbage --delete-older-than "''${1:-14}d"
}
@@ -243,7 +239,7 @@
source = config.lib.file.mkOutOfStoreSymlink "/home/ulve/nixos-dotfiles/config/nvim";
};
xdg.configFile."sway".source = ./config/sway;
home.file.".config/sway/wallpaper.sh" = {
home.file.".local/bin/wallpaper.sh" = {
source = ./config/sway/wallpaper.sh;
executable = true;
};