diff options
-rw-r--r-- | host/hephaestus.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 9410f15..ca1edd4 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -8,7 +8,8 @@ ../gui/stalonetray.nix ]; - services.kdeconnect = { - enable = true; + services = { + kdeconnect.enable = true; + screen-locker.enable = pkgs.lib.mkForce false; }; } |