Files
nix-config/modules/misc/zram.nix
2025-08-22 13:36:49 +02:00

6 lines
70 B
Nix

{ pkgs, lib, config, ...}: {
zramSwap = {
enable = true;
};
}