From e46e433418dbdcdf03950ada94373ea065b5d8fd Mon Sep 17 00:00:00 2001 From: manuelbb-upb Date: Thu, 16 Jan 2025 11:13:13 +0100 Subject: [PATCH] manuel-p14sg5/hypridle.nix: Disable for now I don't want it in Plasma. Wait for https://github.com/NixOS/nixpkgs/pull/355416 --- manuel-p14sg5/hypridle.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuel-p14sg5/hypridle.nix b/manuel-p14sg5/hypridle.nix index 8444931..9a1b2bf 100644 --- a/manuel-p14sg5/hypridle.nix +++ b/manuel-p14sg5/hypridle.nix @@ -1,6 +1,8 @@ {pkgs, ...} : { - services.hypridle.enable = true; + services.hypridle.enable = false; + # disabling for now, i dont want it in Plasma, my current main DE, + # see https://github.com/NixOS/nixpkgs/pull/355416 services.hypridle.settings = { general = { lock_cmd = "pidof hyprlock || hyprlock --immediate";