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

@ -11,6 +11,7 @@
file = {
".config/btop/themes/catppuccin_mocha.theme".source = "${inputs.dotfiles}/.config/btop/themes/catppuccin_mocha.theme";
".config/fish/themes/Catppuccin Mocha.theme".source = "${inputs.dotfiles}/.config/fish/themes/Catppuccin Mocha.theme";
".config/starship.toml".source = "${inputs.dotfiles}/.config/starship.toml"
};
};
}

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;