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";
|
tmux = "${config.programs.tmux.package}/bin/tmux";
|
||||||
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
wpctl = "${pkgs.wireplumber}/bin/wpctl";
|
||||||
xdg-user-dir = "${pkgs.xdg-user-dirs}/bin/xdg-user-dir";
|
xdg-user-dir = "${pkgs.xdg-user-dirs}/bin/xdg-user-dir";
|
||||||
change-wallpaper = "${pkgs.scripts}/bin/chpaper \${HOME}/Pictures/Wallpapers";
|
change-wallpaper = "${pkgs.scripts}/bin/chpaper ${config.xdg.userDirs.pictures}/Wallpapers";
|
||||||
wallhaven-wallpaper = "${pkgs.scripts}/bin/wallhaven";
|
wallhaven-wallpaper = "${pkgs.scripts}/bin/chpaper \$(${pkgs.scripts}/bin/wallhaven ${config.xdg.userDirs.pictures}/Wallpapers)";
|
||||||
in {
|
in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprland
|
hyprland
|
||||||
|
|
Loading…
Reference in a new issue