From 8597c366775e78d94179bb7bdb3609db810eb038 Mon Sep 17 00:00:00 2001 From: aristote Date: Mon, 28 Apr 2025 16:52:31 +0200 Subject: nixos: i3: fix i3lock --- modules/nixos/personal/gui.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/nixos/personal/gui.nix b/modules/nixos/personal/gui.nix index 34568aa..0ca7e3a 100644 --- a/modules/nixos/personal/gui.nix +++ b/modules/nixos/personal/gui.nix @@ -60,6 +60,10 @@ in { windowManager.i3.enable = true; }; }; + security.pam.services = { + i3lock.enable = true; + i3lock-color.enable = true; + }; }) (lib.mkIf cfg.stylix.enable ({ assertions = let -- cgit v1.2.3