about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-27 22:35:31 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-29 13:23:35 -0400
commit62587f43ddf884335f2ed0ee83673d9ffa9a2465 (patch)
tree83c9424c301557f6636a1e12555fa9623e8de0d3 /nixos/modules/system
parent6a627c416fe663ac16064f7a155afba9522910e4 (diff)
downloadnixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar.gz
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar.bz2
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar.lz
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar.xz
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.tar.zst
nixlib-62587f43ddf884335f2ed0ee83673d9ffa9a2465.zip
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.
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index c775632a4aa0..e38bafabb02b 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -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
 
 {