nixos-config/modules/nixos/flatpak.nix
2025-03-25 16:20:44 +01:00

10 lines
74 B
Nix

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