From 877171faa7b6fb37ed9677793a25db65643e9c8c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:59:35 +0200 Subject: [PATCH] disable hypridle Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index de9dbf7..693a968 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -65,7 +65,6 @@ in { exec-once = [ "dbus-update-activation-environment --systemd --all &" "systemctl --user enable --now hyprpaper.service &" - "systemctl --user enable --now hypridle.service &" "systemctl --user enable --now nextcloud-client.service &" ];