f46972e466
Add modulesRight setting to instruct powerline-go to configure right side prompt. Use eval mode when this setting is set.
8 lines
218 B
Nix
8 lines
218 B
Nix
{
|
|
powerline-go-bash = ./bash.nix;
|
|
powerline-go-zsh = ./zsh.nix;
|
|
powerline-go-fish = ./fish.nix;
|
|
powerline-go-bashmodulesright = ./bashmodulesright.nix;
|
|
powerline-go-zshmodulesright = ./zshmodulesright.nix;
|
|
}
|