Files
nix-config/systems/modules/flatpak.nix

6 lines
54 B
Nix

{ pkgs, ...}:
{
services.flatpak.enable = true;
}