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