mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 15:41:02 +01:00
10 lines
229 B
Nix
10 lines
229 B
Nix
{
|
|
programs.distrobox = {
|
|
enable = true;
|
|
enableSystemdUnit = true;
|
|
};
|
|
|
|
test.asserts.assertions.expected = [
|
|
"Cannot set `programs.distrobox.enableSystemdUnit` if `programs.distrobox.containers` is unset."
|
|
];
|
|
}
|