nixos/modules/common-desktop/flatpak.nix
2024-03-26 13:11:25 -04:00

3 lines
38 B
Nix

{
services.flatpak.enable = true;
}