From 9cbd93c9fdae026b5094ffea23a7af451fa45b80 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sun, 19 Jan 2025 21:06:35 -0600 Subject: [PATCH] add xdg portal --- home/modules/baseline.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/baseline.nix b/home/modules/baseline.nix index 46f7432..70f0e83 100644 --- a/home/modules/baseline.nix +++ b/home/modules/baseline.nix @@ -21,7 +21,8 @@ in { # this shouldnt be on baseline, as servers have no GUI enable = true; xdgOpenUsePortal = true; - configPackages = with pkgs; [xdg-desktop-portal-gtk]; + extraPortals = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this + configPackages = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this }; };