mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update powerline options
This commit is contained in:
parent
d0e329c586
commit
04d71f2790
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ let
|
|||
powerlineOpts = [
|
||||
"-mode=flat"
|
||||
"-colorize-hostname"
|
||||
"-cwd-mode=dironly"
|
||||
"-cwd-mode=plain"
|
||||
"-modules=user,host,cwd,nix-shell,git,jobs"
|
||||
"-git-assume-unchanged-size 0"
|
||||
"-jobs $(jobs -p | wc -l)"
|
||||
];
|
||||
|
||||
system-rev = toString config.system.nixos.revision;
|
||||
|
|
Loading…
Reference in a new issue