nixos: home: change wallpaper
This commit is contained in:
parent
10e76e51b9
commit
0de1ec8d89
4 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
output = {
|
||||
eDP-1 = {
|
||||
bg = "~/.local/share/backgrounds/aqua.png fill";
|
||||
bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
xdg.dataFile = {
|
||||
### Local
|
||||
"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
|
||||
"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 |
Loading…
Reference in a new issue