mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: moved y-combinator wallpaper to its own project/input
This commit is contained in:
parent
37ac054f17
commit
10ee882d9e
6 changed files with 289 additions and 173 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue