mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
7ef220be22
commit
dd72842221
@ -5,6 +5,7 @@
|
||||
|
||||
sharedModules = [{
|
||||
home.stateVersion = "22.11";
|
||||
programs.man.generateCaches = true;
|
||||
}];
|
||||
|
||||
users = {
|
||||
|
Loading…
Reference in New Issue
Block a user