mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
nixos/lightdm: Add a background option
This commit is contained in:
parent
9da09f3fdf
commit
26020cfe8a
@ -76,6 +76,7 @@ let
|
||||
[greeter]
|
||||
theme-name = Adwaita
|
||||
icon-theme-name = Adwaita
|
||||
background = ${cfg.background}
|
||||
'';
|
||||
|
||||
in
|
||||
@ -101,6 +102,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
background = mkOption {
|
||||
default = "${pkgs.nixos-artwork}/gnome/Gnome_Dark.png";
|
||||
description = ''
|
||||
The background image or color to use.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -13448,6 +13448,7 @@ let
|
||||
|
||||
nix-serve = callPackage ../tools/package-management/nix-serve { };
|
||||
|
||||
# Remember to check the default lightdm wallpaper
|
||||
nixos-artwork = fetchgit {
|
||||
url = "git://github.com/NixOS/nixos-artwork";
|
||||
rev = "e71b6846023919136795ede22b16d73b2cf1693d";
|
||||
|
Loading…
Reference in New Issue
Block a user