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 = { hyprland = {
enable = true; enable = true;
package = pkgs-unstable.hyprland; package = pkgs-unstable.hyprland;
portalPackage = pkgs-unstable.xdg-desktop-portal-hyprland;
xwayland.enable = true; xwayland.enable = true;
withUWSM = false; withUWSM = true;
}; };
steam = { steam = {
enable = hostname == "station"; enable = hostname == "station";

View File

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