add(nixos): flatpak support
used for deadlock mod manager flatpak
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./apps-optional.nix
|
||||
./backlight.nix
|
||||
./flatpak.nix
|
||||
./btop.nix
|
||||
./boot.nix
|
||||
./fonts.nix
|
||||
|
||||
@@ -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