feat: added new configuration for enabling fish shell
This commit is contained in:
parent
51c7913ad5
commit
8bdd51e77a
7 changed files with 73 additions and 12 deletions
|
@ -17,7 +17,8 @@ in
|
|||
config = {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableZshIntegration = config.myShells.zsh.enable;
|
||||
enableFishIntegration = config.myShells.fish.enable;
|
||||
settings = builtins.fromTOML (builtins.readFile cfg.confPath);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue