New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:30:52 +00:00
parent 1ea1a8fbbb
commit 3ca5f382ad
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -338,6 +338,7 @@ in
cores = 2; cores = 2;
max-jobs = 1; max-jobs = 1;
}; };
};
} }
#+END_SRC #+END_SRC
@@ -16,4 +16,5 @@ in
cores = 2; cores = 2;
max-jobs = 1; max-jobs = 1;
}; };
};
} }