Better lockscreen automation + sddm theme
This commit is contained in:
parent
613673299d
commit
0a07445ebc
10 changed files with 62 additions and 17 deletions
|
|
@ -68,6 +68,12 @@ with lib;
|
|||
# };
|
||||
windowManager.bspwm.enable = true;
|
||||
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "it";
|
||||
extraLayouts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue