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 = {
|
||||
|
|
|
|||
|
|
@ -20,11 +20,6 @@
|
|||
# enable = true;
|
||||
# wayland = true;
|
||||
# };
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
# enableHidpi = true;
|
||||
};
|
||||
};
|
||||
|
||||
# This runs only Intel and nvidia does not drain power.
|
||||
|
|
|
|||
|
|
@ -6,11 +6,6 @@
|
|||
|
||||
services.xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
# enableHidpi = true;
|
||||
};
|
||||
# displayManager.gdm = {
|
||||
# enable = true;
|
||||
# wayland = false;
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
# ../hm_modules/pycharm.nix
|
||||
../hm_modules/rofimoji.nix
|
||||
../hm_modules/rofi.nix
|
||||
../hm_modules/screen_locker.nix
|
||||
# ../hm_modules/screen_locker.nix
|
||||
# ../hm_modules/security.nix
|
||||
../hm_modules/sxhkd.nix
|
||||
../hm_modules/syncthing.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue