From 8045383df7f6b1e5eae129fd3bf49199d621e970 Mon Sep 17 00:00:00 2001 From: _cry64 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