nixos-config/system/app/flatpak.nix

8 lines
113 B
Nix
Raw Normal View History

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