starship: enable file config
This commit is contained in:
parent
b8c3fefcbd
commit
74636e265a
2 changed files with 146 additions and 0 deletions
11
homeManagerModules/cliPrograms/starship/starship.nix
Normal file
11
homeManagerModules/cliPrograms/starship/starship.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
#enableZshIntegration = true;
|
||||
enableTransience = true;
|
||||
enableFishIntegration = true;
|
||||
|
||||
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue