nixos/modules/common-desktop/flatpak.nix
2024-03-12 18:59:43 -04:00

3 lines
37 B
Nix

{
services.flatpak.enable = true;
}