diff options
| author | aristote <quentin.aristote@irif.fr> | 2024-06-11 10:24:17 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2024-06-11 10:24:17 +0200 |
| commit | ca26ec7485520f0eb935f39776dbb6b138d9af8d (patch) | |
| tree | c0427dc255387302e99f4dec10799fd2371a1d6c /modules/nixos/personal | |
| parent | 774000a0da2cd4f4e7cadda40fe39cba9ffee6c2 (diff) | |
nixos: gui: make lightdm background more than default
Diffstat (limited to 'modules/nixos/personal')
| -rw-r--r-- | modules/nixos/personal/gui.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/personal/gui.nix b/modules/nixos/personal/gui.nix index 52e5713..05538d7 100644 --- a/modules/nixos/personal/gui.nix +++ b/modules/nixos/personal/gui.nix @@ -25,7 +25,7 @@ in { displayManager = { lightdm = { enable = true; - background = lib.mkDefault (config.stylix.image or wallpaper); + background = config.stylix.image or wallpaper; greeters.gtk = { enable = true; extraConfig = '' |
