home-manager: Make autocomplete work for man pages

This fixes an issue where packages installed with home-manager wouldn't
appear when tabbing to auto-complete man pages.
This commit is contained in:
Donovan Glover 2024-04-04 09:42:58 -04:00
parent 7ef220be22
commit dd72842221
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,6 +5,7 @@
sharedModules = [{
home.stateVersion = "22.11";
programs.man.generateCaches = true;
}];
users = {