summaryrefslogtreecommitdiff
path: root/sys/seat
diff options
context:
space:
mode:
Diffstat (limited to 'sys/seat')
-rw-r--r--sys/seat/default.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/seat/default.nix b/sys/seat/default.nix
index b1d428d..3dd2b15 100644
--- a/sys/seat/default.nix
+++ b/sys/seat/default.nix
@@ -78,9 +78,16 @@ in
hardware.graphics.enable = true;
- programs.dconf.enable = true;
+ programs = {
+ dconf.enable = true;
- security.pam.services.swaylock = { };
+ gtklock = {
+ enable = true;
+
+ config = { };
+ modules = [ ];
+ };
+ };
services = {
libinput.enable = true;