about summary refs log tree commit diff
path: root/configurations/eonwe
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /configurations/eonwe
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to 'configurations/eonwe')
-rw-r--r--configurations/eonwe/default.nix8
-rw-r--r--configurations/eonwe/vidya.nix5
2 files changed, 6 insertions, 7 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index a51b5ea..7552f08 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -33,6 +33,7 @@ with lib;
   hm = {
     home.packages = with pkgs; [
       anki
+      audacity
       calibre
       gimp
       kdenlive
@@ -173,12 +174,9 @@ with lib;
     xserver.wacom.enable = true;
   };
 
-  # Usually stuff that is going to be compiled on this machine is going to have
-  # parallelisation support enabled, so we will make sure that all cores are
-  # utilised and limit the job queue to one.
   nix.settings = {
-    max-jobs = 1;
-    cores = 32;
+    max-jobs = 8;
+    cores = 30;
   };
 
   # Required[1] for using ZFS kernel modules with "unsupported" kernels.
diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix
index 5753ede..7e10175 100644
--- a/configurations/eonwe/vidya.nix
+++ b/configurations/eonwe/vidya.nix
@@ -2,9 +2,10 @@
 {
   nixfiles.modules = {
     common.nix.allowedUnfreePackages = [
+      "cla-theme" # source-available
       "dwarf-fortress"
-      "fallout-ce"
-      "fallout2-ce"
+      "fallout-ce" # source-available
+      "fallout2-ce" # source-available
     ];
 
     games = {

Consider giving Nix/NixOS a try! <3