oh-my-posh -> starship
This commit is contained in:
parent
1fe5a3900f
commit
f18677c6c9
2 changed files with 8 additions and 2 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
file = {
|
file = {
|
||||||
".config/btop/themes/catppuccin_mocha.theme".source = "${inputs.dotfiles}/.config/btop/themes/catppuccin_mocha.theme";
|
".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/fish/themes/Catppuccin Mocha.theme".source = "${inputs.dotfiles}/.config/fish/themes/Catppuccin Mocha.theme";
|
||||||
|
".config/starship.toml".source = "${inputs.dotfiles}/.config/starship.toml"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,11 +22,16 @@
|
||||||
colorscheme = "simple";
|
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;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile "${inputs.dotfiles}/omp.json"));
|
|
||||||
};
|
};
|
||||||
btop = {
|
btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue