add(nixos): flatpak support
used for deadlock mod manager flatpak
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# GTK portal required by most Flatpak apps for file chooser and other dialogs
|
||||
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
}
|
||||
Reference in New Issue
Block a user