diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-29 17:37:02 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-29 17:37:02 +0530 |
| commit | e7d5f4f5b1d8f58d99c7b584e3be6dab2955c914 (patch) | |
| tree | 1c9144e462ea0c28758e9455e5280f28d23b0d52 /desktop.nix | |
| parent | 7edd6e4ca24b55b418b5c571d0980fbcc0b937fb (diff) | |
modifications
Diffstat (limited to 'desktop.nix')
| -rw-r--r-- | desktop.nix | 4 |
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 ''; |
