diff --git a/system/programs.nix b/system/programs.nix index a0cee11..93d60d7 100644 --- a/system/programs.nix +++ b/system/programs.nix @@ -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"; diff --git a/system/services.nix b/system/services.nix index d34d8b5..8588a4c 100644 --- a/system/services.nix +++ b/system/services.nix @@ -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; }