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