Nix-Hyprland/nixos/modules/zram.nix

9 lines
111 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
zramSwap = {
enable = true;
algorithm = "lz4";
memoryPercent = 100;
priority = 999;
};
}