diff --git a/configuration.nix b/configuration.nix index 6389050..117484a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -128,8 +128,13 @@ services.displayManager.sddm.wayland.enable = true; services.desktopManager.plasma6.enable = true; services.accounts-daemon.enable = true; - xdg.portal.enable = true; - + # Portals + xdg.portal = { + enable = true; + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + ]; + }; services.libinput.enable = true; ############################################################