Begin testing starship

This commit is contained in:
iFargle 2024-01-19 13:02:09 +09:00
parent acd887cc68
commit a9d6ad5593

View file

@ -5,7 +5,7 @@
# https://github.com/justjanne/powerline-go # https://github.com/justjanne/powerline-go
# https://nix-community.github.io/home-manager/options.html#opt-programs.powerline-go.enable # https://nix-community.github.io/home-manager/options.html#opt-programs.powerline-go.enable
programs.powerline-go = { programs.powerline-go = {
enable = true; enable = false;
# https://github.com/justjanne/powerline-go#customization # https://github.com/justjanne/powerline-go#customization
settings = { settings = {
hostname-only-if-ssh = true; hostname-only-if-ssh = true;
@ -31,6 +31,10 @@
}; };
programs = { programs = {
starship = {
enable = true;
enableBashIntegration = true;
};
bash = { bash = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;