update powerline options

This commit is contained in:
Sean Buckley 2021-10-11 04:01:07 -04:00
parent d0e329c586
commit 04d71f2790

View file

@ -3,9 +3,10 @@ let
powerlineOpts = [ powerlineOpts = [
"-mode=flat" "-mode=flat"
"-colorize-hostname" "-colorize-hostname"
"-cwd-mode=dironly" "-cwd-mode=plain"
"-modules=user,host,cwd,nix-shell,git,jobs" "-modules=user,host,cwd,nix-shell,git,jobs"
"-git-assume-unchanged-size 0" "-git-assume-unchanged-size 0"
"-jobs $(jobs -p | wc -l)"
]; ];
system-rev = toString config.system.nixos.revision; system-rev = toString config.system.nixos.revision;