dotfiles/nixos/modules/flatpak.nix
2024-10-31 16:55:16 -05:00

3 lines
38 B
Nix
Executable file

{
services.flatpak.enable = true;
}