mirror of
https://github.com/nix-community/home-manager
synced 2024-12-25 11:19:47 +01:00
Revert "starship: condition nushell integration on nushell 0.73+" (#3778)
This reverts commit c7231c06e9
.
This commit is contained in:
parent
62cc5d815c
commit
3239e0b40f
1 changed files with 0 additions and 8 deletions
|
@ -80,14 +80,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
assertions = [{
|
|
||||||
assertion = cfg.enableNushellIntegration
|
|
||||||
-> versionAtLeast config.programs.nushell.package.version "0.73";
|
|
||||||
message = ''
|
|
||||||
Nushell integration for starship requires nushell 0.73 or later.
|
|
||||||
'';
|
|
||||||
}];
|
|
||||||
|
|
||||||
home.packages = [ cfg.package ];
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
xdg.configFile."starship.toml" = mkIf (cfg.settings != { }) {
|
xdg.configFile."starship.toml" = mkIf (cfg.settings != { }) {
|
||||||
|
|
Loading…
Reference in a new issue