Skip to content

Commit

Permalink
nixos/lightdm: don't use gnomeFilePath
Browse files Browse the repository at this point in the history
This isn't good.
  • Loading branch information
worldofpeace committed Apr 28, 2020
1 parent a3942f8 commit cc94d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixos/modules/services/x11/display-managers/lightdm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ in

background = mkOption {
type = types.str;
default = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath;
# TODO: use gnomeFilePath when fixing string context issues in make-option-doc
# https://github.com/NixOS/nixpkgs/issues/83863
default = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom}/share/artwork/gnome/nix-wallpaper-simple-dark-gray_bottom.png";
description = ''
The background image or color to use.
'';
Expand Down

0 comments on commit cc94d5e

Please sign in to comment.