From 5a7a9f5167a8eb938401a375a694b9078e0bd3bd Mon Sep 17 00:00:00 2001 From: ska Date: Fri, 26 Dec 2025 13:39:03 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; ############################################################