Setup xdg portal config
This commit is contained in:
parent
25f6350aba
commit
405e034fb8
1 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,11 @@
|
|||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = "*";
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue