nix-config/modules/desktop/zram.nix
Oliver Davies 278904eec6
Some checks are pending
/ check (push) Waiting to run
Group desktop modules
2025-11-22 14:41:07 +00:00

7 lines
114 B
Nix

{
flake.modules.nixos.pc.zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 90;
};
}