Polish session up a bit more

This commit is contained in:
2026-05-08 22:00:11 -05:00
parent 4d993d5841
commit f974c85b5e
2 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -11,10 +11,11 @@
./packages.nix
./sddm.nix
];
services.displayManager.defaultSession = "hyprland";
services.displayManager.defaultSession = "hyprland-uwsm";
# Hyprland as the star of the show
programs.hyprland.enable = true;
programs.hyprland.withUWSM = true;
# XDG portal
xdg.portal.enable = true;