Update files
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user