diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-04-28 16:52:31 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-04-28 16:53:54 +0200 |
| commit | 8597c366775e78d94179bb7bdb3609db810eb038 (patch) | |
| tree | d000f2fbdf67d195351c5293fd58116b1bc19925 /modules/nixos/personal | |
| parent | 1ac03c9467ad9af9f8d8808204300a7bbfdd27d6 (diff) | |
nixos: i3: fix i3lock
Diffstat (limited to 'modules/nixos/personal')
| -rw-r--r-- | modules/nixos/personal/gui.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
