fixed myputer not using UWSM with hyprland

This commit is contained in:
Emile Clark-Boman 2025-08-01 13:36:56 +10:00
parent b5dab67f08
commit 7d4e0f3559

View file

@ -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