system: Generate man page caches on phone

Shouldn't be too bad now hopefully.
This commit is contained in:
Donovan Glover 2024-07-17 06:15:35 -04:00
parent b6ad10cbd9
commit a177b0d9d8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -146,8 +146,6 @@ in
}; };
}; };
documentation.man.generateCaches = mkIf (phone) false;
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;
@ -157,7 +155,7 @@ in
inherit (cfg) stateVersion; inherit (cfg) stateVersion;
}; };
programs.man.generateCaches = mkIf (!phone) true; programs.man.generateCaches = true;
}; };
users.${username}.home = { users.${username}.home = {