diff --git a/modules/cli/powerline.nix b/modules/cli/powerline.nix index c533bf4..9cd7532 100644 --- a/modules/cli/powerline.nix +++ b/modules/cli/powerline.nix @@ -28,11 +28,7 @@ in "-theme ${theme}" "-path-aliases '~/git=~/git'" "-jobs $(jobs -p | wc -l)" - ] ++ config.sconfig.powerline.extraArgs; - }; - extraArgs = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = [ ]; + ]; }; };