wip emacs output

This commit is contained in:
2025-09-28 01:58:34 -06:00
parent eee3e2dfea
commit 7b1c061c9d
11 changed files with 86 additions and 15 deletions

View File

@@ -40,7 +40,7 @@
system-features = config.my.nix.features;
}
(lib.mkIf (config.my.nix.cores != null) {
cores = config.my.nix.cores;
inherit (config.my.nix) cores;
})
(lib.mkIf (config.my.nix.maxJobs != null) {
max-jobs = config.my.nix.maxJobs;