portal stuffs

This commit is contained in:
Schrottkatze 2025-06-17 14:06:51 +02:00
commit 460cc08e9c
No known key found for this signature in database

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