vanadium: update wallpapers

This commit is contained in:
Primrose 2025-10-30 20:26:26 +08:00
parent 8d004fd48f
commit 7d1292945f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 7 additions and 6 deletions

View file

@ -30,7 +30,7 @@
home.file = {
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
".wallpaper".source = "${pkgs.wallpapers.y-combinator}/main.svg";
".wallpaper".source = "${pkgs.wallpapers_source}/images/KnightsOfGuinevere/guinevere_francesca.png";
};
xdg.configFile = {
"xmonad".source = "${./xmonad}";

View file

@ -1,6 +1,7 @@
let
sources = import ../../npins;
in
_: _: {
wallpapers = import sources.wallpapers {};
_: _: rec {
wallpapers_source = sources.wallpapers;
wallpapers = import wallpapers_source {};
}