oh-my-posh -> starship
This commit is contained in:
parent
1fe5a3900f
commit
f18677c6c9
2 changed files with 8 additions and 2 deletions
|
|
@ -22,11 +22,16 @@
|
|||
colorscheme = "simple";
|
||||
};
|
||||
};
|
||||
oh-my-posh = {
|
||||
# oh-my-posh = {
|
||||
# enable = true;
|
||||
# enableBashIntegration = true;
|
||||
# enableFishIntegration = true;
|
||||
# settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile "${inputs.dotfiles}/omp.json"));
|
||||
# };
|
||||
starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile "${inputs.dotfiles}/omp.json"));
|
||||
};
|
||||
btop = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue