nixos: home: change wallpaper

This commit is contained in:
Guanran Wang 2023-12-26 13:03:28 +08:00
parent 10e76e51b9
commit 0de1ec8d89
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
4 changed files with 3 additions and 1 deletions

View file

@ -49,7 +49,7 @@
}; };
output = { output = {
eDP-1 = { eDP-1 = {
bg = "~/.local/share/backgrounds/aqua.png fill"; bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill";
}; };
}; };

View file

@ -2,6 +2,8 @@
xdg.dataFile = { xdg.dataFile = {
### Local ### Local
"backgrounds/unixcloud.jpg".source = ./wallpapers/unixcloud.jpg; # https://www.deviantart.com/georgegach/art/Unix-Cloud-818259008 "backgrounds/unixcloud.jpg".source = ./wallpapers/unixcloud.jpg; # https://www.deviantart.com/georgegach/art/Unix-Cloud-818259008
"backgrounds/Minato-Aqua.png".source = ./wallpapers/Minato-Aqua.png; # https://t.me/AnotherCreations/600
"backgrounds/Minato-Aqua-Dark.png".source = ./wallpapers/Minato-Aqua-Dark.png; # https://t.me/AnotherCreations/602
### Online ### Online
"backgrounds/aqua.png".source = pkgs.fetchurl { "backgrounds/aqua.png".source = pkgs.fetchurl {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB