config.nix/hosts/marty-latitude/custom.nix
2026-05-15 21:53:47 +02:00

10 lines
75 B
Nix

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