mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 16:29:38 +01:00
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:
parent
3c38068594
commit
b918c56ccc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user