portal stuffs

This commit is contained in:
Schrottkatze 2025-06-17 14:06:51 +02:00
parent 955c724446
commit 460cc08e9c
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./audio.nix ./audio.nix
@ -18,4 +18,12 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
}; };
xdg.portal.extraPortals = [
pkgs.xdg-desktop-portal-cosmic
];
xdg.portal.config.common.default = [
# "cosmic"
"gnome"
];
} }