Update files

This commit is contained in:
2026-03-26 18:33:47 +00:00
parent 1447336288
commit 448432926f
2 changed files with 12 additions and 11 deletions

View File

@@ -15,8 +15,9 @@
hyprland = {
enable = true;
package = pkgs-unstable.hyprland;
portalPackage = pkgs-unstable.xdg-desktop-portal-hyprland;
xwayland.enable = true;
withUWSM = false;
withUWSM = true;
};
steam = {
enable = hostname == "station";

View File

@@ -16,16 +16,16 @@
percentageAction = 3;
criticalPowerAction = "Hibernate";
};
displayManager = {
sddm = {
enable = true;
wayland.enable = true;
theme = "maya";
};
autoLogin.enable = true;
autoLogin.user = "chris";
defaultSession = "hyprland-uwsm";
};
# displayManager = {
# sddm = {
# enable = true;
# wayland.enable = true;
# theme = "maya";
# };
# autoLogin.enable = true;
# autoLogin.user = "chris";
# defaultSession = "hyprland-uwsm";
# };
};
security.pam.services.sddm.enableGnomeKeyring = true;
}