move wallpaper.sh to ~/.local/bin to avoid nix store conflict
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user