nix: moved y-combinator wallpaper to its own project/input

This commit is contained in:
Primrose 2024-10-25 19:31:49 +02:00
parent 37ac054f17
commit 10ee882d9e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 289 additions and 173 deletions

View file

@ -33,8 +33,6 @@ let
url = "https://github.com/NixOS/nixos-artwork/blob/53ea652ec7d8af5d21fd2b79b6c49cb39078ddfb/wallpapers/nix-wallpaper-binary-black_8k.png?raw=true";
hash = "sha256-MxEgvzWmdqMeI5GeI6Hzci6yd5iL44NDXyKQOuw+fLY=";
};
y-combinator = "${pkgs.myPkgs.y-combinator-wallpaper}/main.svg";
};
in
@ -50,7 +48,7 @@ in
home.file = {
".xscreensaver".source = ./xscreensaver/.xscreensaver;
".wallpaper".source = wallpapers.y-combinator;
".wallpaper".source = "${pkgs.wallpapers.y-combinator}/main.svg";
};
home.packages = [