feat: starship integration and theme change
theme of starship changed to pure preset integrated starship into nushell
This commit is contained in:
parent
73b4ab6874
commit
df966578e4
2 changed files with 54 additions and 0 deletions
|
@ -15,10 +15,12 @@ in
|
|||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
myShells.prompts.starship.confPath = ./presets/pure-direnv.toml;
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = config.myShells.zsh.enable;
|
||||
enableFishIntegration = config.myShells.fish.enable;
|
||||
enableNushellIntegration = config.myShells.nushell.enable;
|
||||
settings = builtins.fromTOML (builtins.readFile cfg.confPath);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue