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 }; };