remove the lockscreen from the desktop role

This commit is contained in:
Andreas Zweili 2022-01-07 13:11:20 +01:00
parent d0d32c574d
commit d8355a2b88
2 changed files with 2 additions and 7 deletions

View File

@ -71,10 +71,12 @@
./hardware/bluetooth
./hardware/nvidia
./modules/desktop.nix
./modules/lockscreen
];
staubfinger = mkComputer
./systems/staubfinger/configuration.nix
./home-manager/desktop.nix
./modules/lockscreen
[
nixos-hardware.nixosModules.common-pc-laptop
nixos-hardware.nixosModules.common-pc-laptop-ssd

View File

@ -46,12 +46,6 @@
sound.enable = true;
hardware.pulseaudio.enable = true;
# enable lockscreen
programs.xss-lock = {
enable = true;
lockerCommand = "${pkgs.i3lock}/bin/i3lock -c 000000";
};
# Enable dconf to be able to save Nautilus settings
programs.dconf.enable = true;
@ -59,7 +53,6 @@
# what I consider to be system packages
appimage-run
brightnessctl
i3lock
lm_sensors
lxappearance
gnome.eog