kernel changed to stable until 6.12.1 is up

This commit is contained in:
cnst
2024-11-25 19:01:22 +01:00
parent 11fd4f08f0
commit 13d2c4b482
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ in {
};
config = mkIf cfg.enable {
security.pam.services.hyprlock.text = "auth include login";
programs.hyprland = {
programs.hyprland.withUWSM = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.default;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;