Files
old-nixos-dotfiles/system/services/flatpak.nix
2024-08-13 21:50:31 +09:00

5 lines
47 B
Nix

{ ... }:
{
services.flatpak.enable = true;
}