Enable Flatpak

This commit is contained in:
Paul-Henri Froidmont 2023-02-14 15:28:10 +01:00
parent 520e1423cd
commit 7a3674850a
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -89,4 +89,10 @@
services.dbus.packages = with pkgs; [ dconf ]; services.dbus.packages = with pkgs; [ dconf ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services.flatpak.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
} }