this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(core/misc): who need docs

+2
+2
modules/core/misc.nix
··· 5 5 tmpfsSize = "50%"; 6 6 }; 7 7 programs.command-not-found.enable = false; 8 + documentation.info.enable = false; 9 + documentation.nixos.enable = false; 8 10 environment.defaultPackages = lib.mkDefault []; 9 11 }; 10 12 }