summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 62eaae0d..6ed1b425 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -344,7 +344,10 @@ with lib;
344 }; 344 };
345 }; 345 };
346 346
347 zramSwap.enable = true; 347 zramSwap = {
348 enable = true;
349 algorithm = "zstd";
350 };
348 351
349 environment.systemPackages = with pkgs; [iotop vmtouch]; 352 environment.systemPackages = with pkgs; [iotop vmtouch];
350 353