From 2b0e9721b5d0e675638787e609d1551a762adf4a Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 15 Oct 2024 10:47:53 +0200 Subject: [PATCH] feat: add swaylock --- common/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/home.nix b/common/home.nix index c8c1ff7..5354e03 100644 --- a/common/home.nix +++ b/common/home.nix @@ -176,6 +176,7 @@ ''; }; + programs.swaylock = { enable = true; }; programs.anyrun = { enable = true;