mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 18:48:22 +02:00
system: Generate man page caches on phone
Shouldn't be too bad now hopefully.
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user