summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2024-06-11 10:24:17 +0200
committeraristote <quentin.aristote@irif.fr>2024-06-11 10:24:17 +0200
commitca26ec7485520f0eb935f39776dbb6b138d9af8d (patch)
treec0427dc255387302e99f4dec10799fd2371a1d6c
parent774000a0da2cd4f4e7cadda40fe39cba9ffee6c2 (diff)
nixos: gui: make lightdm background more than default
-rw-r--r--modules/nixos/personal/gui.nix2
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 = ''