add: swaylock

This commit is contained in:
ooks-io 2023-11-04 23:32:03 +13:00
parent 848c4d5aaa
commit ab6a54545e
3 changed files with 45 additions and 0 deletions

View file

@ -22,5 +22,6 @@ in
home-manager.users.ooks = import ../../../../home/ooks/${config.networking.hostName}.nix;
services.geoclue2.enable = true;
security.pam.services = { swaylock = { }; };
}