zram
This commit is contained in:
parent
3024ea8313
commit
3bf845609b
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ with builtins;
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
algorithm = "zstd";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# missing: picom-jonaburg
|
# missing: picom-jonaburg
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue