remove man-cache rebuild

it isn't really needed in xonsh.
Just the autocompletion is broken
This commit is contained in:
Andreas Zweili 2021-12-31 10:36:18 +01:00
parent be95c56aa7
commit ebcb87f115
1 changed files with 0 additions and 4 deletions

View File

@ -15,9 +15,5 @@ in
users.users.${username} = {
shell = pkgs.xonsh;
};
documentation.man.generateCaches = true;
home-manager.users.${username} = {
programs.man.generateCaches = true;
};
}