7 lines
94 B
Nix
7 lines
94 B
Nix
{ lib, ... }:
|
|
{
|
|
options.profile.podman = {
|
|
enable = lib.mkEnableOption "podman";
|
|
};
|
|
}
|