mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 02:08:14 +02: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 = [{
|
sharedModules = [{
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
programs.man.generateCaches = true;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user