NixOS-Home-Flake/system/modules/flatpak.nix

4 lines
38 B
Nix
Raw Normal View History

2024-07-03 07:55:09 +00:00
{
services.flatpak.enable = true;
}