Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Enable zramSwap

+5
+5
modules/nixos/base/default.nix
··· 176 176 }; 177 177 targets.plymouth.enable = false; 178 178 }; 179 + zramSwap = { 180 + enable = true; 181 + algorithm = "zstd"; 182 + memoryPercent = 50; 183 + }; 179 184 }