Add swaylock
This commit is contained in:
parent
acb3968daf
commit
d1366a95c6
3 changed files with 23 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
../modules/personal/fonts
|
||||
# Some PAM stuff
|
||||
../modules/services/pam/gnome-keyring.nix
|
||||
../modules/services/swaylock.nix
|
||||
../modules/services/input-remapper.nix
|
||||
];
|
||||
# Use the latest kernel
|
||||
|
@ -147,6 +148,7 @@
|
|||
# List services that you want to enable:
|
||||
nki.services.pam.enableGnomeKeyring = true;
|
||||
services.input-remapper.enable = true;
|
||||
services.swaylock.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue