mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
f46972e466
Add modulesRight setting to instruct powerline-go to configure right side prompt. Use eval mode when this setting is set.
7 lines
218 B
Nix
7 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;
|
|
}
|