phone: Disable hypridle

It seems non-trivial to log back into hyprland with hyprlock on the
PinePhone so disabling it entirely makes things easier.
This commit is contained in:
Donovan Glover 2024-06-19 20:50:22 -04:00
parent 3c38068594
commit b918c56ccc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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;