From f701177197a1cfcbcc1463cf779c9f007c13ab3e Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Thu, 4 Jun 2026 16:41:41 -0300 Subject: [PATCH] Disable Hyprland for Ideapad host --- modules/hosts/ideapad/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/ideapad/configuration.nix b/modules/hosts/ideapad/configuration.nix index 4eec50c..7227233 100644 --- a/modules/hosts/ideapad/configuration.nix +++ b/modules/hosts/ideapad/configuration.nix @@ -105,7 +105,7 @@ # Per-session tablet-mode / autorotate daemons live in `_private/touch-tablet.nix`. chiasson.desktop = { niri.enable = true; - hyprland.enable = true; + hyprland.enable = false; defaultSession = "niri"; shell = "dms";