about summary refs log tree commit diff
path: root/configurations/eonwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configurations/eonwe/default.nix')
-rw-r--r--configurations/eonwe/default.nix24
1 files changed, 13 insertions, 11 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index f569a0a..3928e84 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -23,21 +23,20 @@ with lib;
     android.enable = true;
     beets.enable = true;
     bluetooth.enable = true;
-    incus.enable = false;
+    incus.enable = true;
     libvirtd.enable = true;
     mpd.enable = true;
     qutebrowser.enable = true;
+
+    hyprland.enable = true;
   };
 
   hm = {
     home.packages = with pkgs; [
-      anki
       calibre
-      gimp
-      kdenlive
+      inkscape
       krita
-      obs-studio
-      qbittorrent
+      paper-plane
       qolibri
       radeontop
       vial
@@ -153,6 +152,12 @@ with lib;
   };
 
   services = {
+    languagetool = {
+      enable = true;
+      port = 8081;
+      allowOrigin = "*";
+    };
+
     smartd = {
       enable = true;
       notifications.mail = {
@@ -172,12 +177,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.

Consider giving Nix/NixOS a try! <3