summaryrefslogtreecommitdiff
path: root/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'desktop.nix')
-rw-r--r--desktop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop.nix b/desktop.nix
index 36b3a1a..ab00242 100644
--- a/desktop.nix
+++ b/desktop.nix
@@ -6,7 +6,7 @@
xwayland.enable = true;
};
xdg.portal.enable = true;
- xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
+ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-hyprland ];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
@@ -56,7 +56,7 @@
};
security.polkit.enable = true;
- security.pam.services.waylock.text = ''
+ security.pam.services.swaylock.text = ''
auth include login
'';