optimizations + overall linting

This commit is contained in:
2025-09-28 15:01:47 -06:00
parent 6da8588e40
commit 56adbf671f
6 changed files with 53 additions and 49 deletions

View File

@@ -31,8 +31,8 @@
hostName = "workstation";
system = "x86_64-linux";
sshUser = "nixremote";
maxJobs = 12;
speedFactor = 1;
maxJobs = 8;
speedFactor = 2;
supportedFeatures = config.my.nix.features;
}
];

View File

@@ -18,6 +18,7 @@ in
emacs.enable = true;
stylix.enable = true;
enableProxy = true;
enableContainers = true;
apps.dictionaries.enable = true;
shell = enableList mkEnabled [
"tools"