This commit is contained in:
mjallen18
2025-10-23 16:06:01 -05:00
parent 8177cfdfdd
commit b77f2a3c45
2 changed files with 6 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ in
};
# Disable gdm
gdm.enable = lib.mkForce false;
defaultSession = "hyprland";
defaultSession = "hyprland-uwsm";
};
# disable other desktops
@@ -68,6 +68,7 @@ in
hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
portalPackage = lib.mkDefault pkgs.xdg-desktop-portal-hyprland;
};