nixos-config/system/app/flatpak.nix

8 lines
99 B
Nix

{ ... }:
{
# Need some flatpaks
services.flatpak.enable = true;
xdg.portal.enable = true;
}