nixos-config/system/app/flatpak.nix

8 lines
113 B
Nix

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