This commit is contained in:
kenji
2025-08-13 08:53:14 -05:00
parent c502d301b8
commit 992e54592b
-7
View File
@@ -82,11 +82,4 @@ in {
source = builtins.path {path = ../../.config/starship.toml;};
};
};
assertions = [
{
assertion = !(cfg.settings.simpleStarship.enable && !cfg.enable);
message = "The 'simpleStarship' setting cannot be enabled if 'illogical-impulse' is disabled.";
}
];
}