mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
powerline: remove extraArgs
This commit is contained in:
parent
204d4965ff
commit
47e3d4c0e7
1 changed files with 1 additions and 5 deletions
|
@ -28,11 +28,7 @@ in
|
||||||
"-theme ${theme}"
|
"-theme ${theme}"
|
||||||
"-path-aliases '~/git=~/git'"
|
"-path-aliases '~/git=~/git'"
|
||||||
"-jobs $(jobs -p | wc -l)"
|
"-jobs $(jobs -p | wc -l)"
|
||||||
] ++ config.sconfig.powerline.extraArgs;
|
];
|
||||||
};
|
|
||||||
extraArgs = lib.mkOption {
|
|
||||||
type = lib.types.listOf lib.types.str;
|
|
||||||
default = [ ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue