pointerCursor + lightdm bullshit
This commit is contained in:
@@ -182,16 +182,20 @@ in
|
||||
|
||||
disconnect_keyboard
|
||||
'';
|
||||
# lightdm.enable = true;
|
||||
# lightdm.greeters.mini.enable = true;
|
||||
# lightdm.greeters.mini.user = "anish"; # TODO hardcoded
|
||||
# lightdm.background = "/etc/nixos/users/profiles/desktop/background.jpg";
|
||||
# lightdm.greeters.mini.extraConfig = ''
|
||||
# text-color = "#ff79c6"
|
||||
# password-background-color = "#1E2029"
|
||||
# window-color = "#181a23"
|
||||
# border-color = "#181a23"
|
||||
# '';
|
||||
lightdm = {
|
||||
enable = true;
|
||||
background = "/etc/nixos/users/profiles/desktop/background.jpg";
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
user = "anish";
|
||||
extraConfig = ''
|
||||
text-color = "#ff79c6"
|
||||
password-background-color = "#1E2029"
|
||||
window-color = "#181a23"
|
||||
border-color = "#181a23"
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
windowManager.bspwm.enable = true;
|
||||
#windowManager.bspwm.configFile = "/home/anish/.bspwm/bspwmrc";
|
||||
|
||||
Reference in New Issue
Block a user