11 lines
120 B
Nix
11 lines
120 B
Nix
{ ... }:
|
|
{
|
|
lux.podman = {
|
|
homeManager = {
|
|
services.podman = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|