diff options
Diffstat (limited to 'modules/desktop/wayland.nix')
| -rw-r--r-- | modules/desktop/wayland.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/desktop/wayland.nix b/modules/desktop/wayland.nix index 9197a4e..457a7f0 100644 --- a/modules/desktop/wayland.nix +++ b/modules/desktop/wayland.nix @@ -8,12 +8,6 @@ options.addons.desktop.wayland.enable = lib.mkEnableOption "Enable wayland"; config = lib.mkIf config.addons.desktop.wayland.enable { services.displayManager.sddm.wayland.enable = true; - - xdg.portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-gtk - ]; - }; + security.rtkit.enable = true; }; } |
