diff --git a/modules/desktop/xmonad.nix b/modules/desktop/xmonad.nix index ca091a5..3512cf4 100644 --- a/modules/desktop/xmonad.nix +++ b/modules/desktop/xmonad.nix @@ -17,7 +17,16 @@ in { displayManager.lightdm = { enable = true; background = ./files/wallpaper.png; - #greeters.mini.enable = true; + greeters.mini = { + enable = true; + user = config.user.name; + extraConfig = '' + text-color = "#fbf1c7" + password-background-color = "#3c3836" + window-color = "#282828" + border-color = "#458588" + ''; + }; }; };