From b918c56ccc05d20f2629d22f9c20d54508a110bf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 19 Jun 2024 20:50:22 -0400 Subject: [PATCH] phone: Disable hypridle It seems non-trivial to log back into hyprland with hyprlock on the PinePhone so disabling it entirely makes things easier. --- phone/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phone/configuration.nix b/phone/configuration.nix index 9fad61f3..a1c09219 100644 --- a/phone/configuration.nix +++ b/phone/configuration.nix @@ -12,6 +12,8 @@ in nixpkgs.overlays = attrValues nix-config.overlays; home-manager.sharedModules = attrValues nix-config.homeManagerModules ++ singleton { + services.hypridle.enable = mkForce false; + wayland.windowManager.hyprland.settings = mkForce { decoration = { drop_shadow = false;