mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
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;
|
|
}
|