Files
lux/modules/features/podman.nix
2026-04-17 00:27:22 +02:00

11 lines
120 B
Nix

{ ... }:
{
lux.podman = {
homeManager = {
services.podman = {
enable = true;
};
};
};
}