use updated scripts
This commit is contained in:
parent
7d32c5b371
commit
e9ac6272ee
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
tmux = "${config.programs.tmux.package}/bin/tmux";
|
||||
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
||||
xdg-user-dir = "${pkgs.xdg-user-dirs}/bin/xdg-user-dir";
|
||||
change-wallpaper = "${pkgs.scripts}/bin/chpaper \${HOME}/Pictures/Wallpapers";
|
||||
wallhaven-wallpaper = "${pkgs.scripts}/bin/wallhaven";
|
||||
change-wallpaper = "${pkgs.scripts}/bin/chpaper ${config.xdg.userDirs.pictures}/Wallpapers";
|
||||
wallhaven-wallpaper = "${pkgs.scripts}/bin/chpaper \$(${pkgs.scripts}/bin/wallhaven ${config.xdg.userDirs.pictures}/Wallpapers)";
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
hyprland
|
||||
|
|
Loading…
Reference in a new issue