NixOS-Home-Flake/system/modules/flatpak.nix
2024-07-03 14:55:09 +07:00

4 lines
38 B
Nix

{
services.flatpak.enable = true;
}