about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 300e7650..6d375d77 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -31,14 +31,6 @@ in {
       keyMap = "neo";
     };
 
-    # the kernel OOM is not good enough without swap,
-    # and I don’t like swap. This kills the most hoggy
-    # processes when the system goes under a free space limit
-    services.earlyoom = {
-      enable = true;
-      freeMemThreshold = 5; # <5% free
-    };
-
     vuizvui.services.upower = {
       enable = true;
       settings = {
@@ -124,18 +116,10 @@ in {
     let
       # of utmost necessity for me to function
       basePkgs = [
-        ripgrep           # file content searcher, > ag > ack > grep
-        lr                # list recursively, ls & find replacement
-        dos2unix          # text file conversion
-        man-pages          # system manpages (not included by default)
-        mkpasswd          # UNIX password creator
-        ncdu              # disk size checker
         smartmontools     # check disk state
         stow              # dotfile management
-        traceroute        # trace ip routes
         wirelesstools     # iwlist (wifi scan)
         gitFull           # git with send-email
-        binutils          # debugging binary files
       ];
       # minimal set of gui applications
       guiPkgs = [