nixos-artwork: add file path attributes

This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
This commit is contained in:
worldofpeace
2020-04-29 13:23:35 -04:00
parent 6a627c416f
commit 62587f43dd
6 changed files with 24 additions and 8 deletions
@@ -83,7 +83,7 @@ let
] ++ (optional (cfg.fontSize!=null) "--size ${toString cfg.fontSize}")))
);
defaultSplash = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bootloader}/share/artwork/gnome/nix-wallpaper-simple-dark-gray_bootloader.png";
defaultSplash = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bootloader.gnomeFilePath;
in
{