From 7d4e0f35591e3ffd3c945296bff24c29830363e8 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 1 Aug 2025 13:36:56 +1000 Subject: [PATCH] fixed myputer not using UWSM with hyprland --- hosts/myputer/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index a8a4061..c34cfb9 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -107,7 +107,13 @@ in { wayland.enable = true; # experimental theme = "corners"; }; - defaultSession = "hyprland"; + defaultSession = + "hyprland" + + ( + if config.programs.hyprland.withUWSM == true + then "-uwsm" + else null + ); }; # Multimedia Framework