Better lockscreen automation + sddm theme

This commit is contained in:
Filippo Berto 2022-08-17 21:20:43 +02:00
parent 613673299d
commit 0a07445ebc
10 changed files with 62 additions and 17 deletions

View file

@ -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 = {

View file

@ -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.

View file

@ -6,11 +6,6 @@
services.xserver = {
videoDrivers = [ "nvidia" ];
displayManager.sddm = {
enable = true;
autoNumlock = true;
# enableHidpi = true;
};
# displayManager.gdm = {
# enable = true;
# wayland = false;

View file

@ -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