change wallpapers path

This commit is contained in:
Frost-Phoenix 2023-11-13 11:28:04 +01:00
parent 4d33267c1c
commit a690b5291e
2 changed files with 3 additions and 2 deletions

View file

@ -2,8 +2,9 @@ cp /etc/nixos/hardware-configuration.nix hosts/nixos/hardware-configuration.nix
sleep 1
mkdir -p ~/Music
mkdir -p ~/Documents
mkdir -p ~/Pictures/wallpapers
mkdir -p ~/Pictures/wallpapers/others
sleep 1
cp ./wallpapers/* ~/Pictures/wallpapers/
cp wallpapers/wallpaper.png ~/Pictures/wallpapers
cp wallpapers/otherWallpaper/* ~/Pictures/wallpapers/others
sleep 1
sudo nixos-rebuild switch --flake .#nixos

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB