nixos-config/modules/nixos/flatpak.nix
2024-09-01 23:44:48 +02:00

10 lines
84 B
Nix

{
config,
lib,
pkgs,
...
}:
{
services.flatpak.enable = true;
}