oh-my-posh -> starship

This commit is contained in:
rotterdam 2023-03-14 17:11:39 -03:00
parent 1fe5a3900f
commit f18677c6c9
2 changed files with 8 additions and 2 deletions

View file

@ -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;