new_nix/hosts/common/optional/flatpak.nix
2025-03-16 09:21:45 +01:00

4 lines
50 B
Nix

{
# flatpak
services.flatpak.enable = true;
}