mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
system: Generate man page caches on phone
Shouldn't be too bad now hopefully.
This commit is contained in:
parent
b6ad10cbd9
commit
a177b0d9d8
@ -146,8 +146,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
documentation.man.generateCaches = mkIf (phone) false;
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
@ -157,7 +155,7 @@ in
|
||||
inherit (cfg) stateVersion;
|
||||
};
|
||||
|
||||
programs.man.generateCaches = mkIf (!phone) true;
|
||||
programs.man.generateCaches = true;
|
||||
};
|
||||
|
||||
users.${username}.home = {
|
||||
|
Loading…
Reference in New Issue
Block a user