From 3bf845609b9efd7ad23d2e276fb19f47b9316077 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 26 Sep 2022 19:33:48 +0200 Subject: [PATCH] zram --- common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.nix b/common.nix index 24e4a62..be0a60f 100644 --- a/common.nix +++ b/common.nix @@ -110,6 +110,11 @@ with builtins; ]; }; + zramSwap = { + enable = true; + algorithm = "zstd"; + }; + # missing: picom-jonaburg environment.systemPackages = with pkgs; [