fixed myputer not using UWSM with hyprland

This commit is contained in:
do butterflies cry? 2025-08-01 13:36:56 +10:00
parent c7fba073d7
commit 8045383df7

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