mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +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 = {
|
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user