powerline: remove extraArgs

This commit is contained in:
Sean Buckley 2022-10-09 02:31:02 -04:00
parent 204d4965ff
commit 47e3d4c0e7

View file

@ -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 = [ ];
];
};
};