cleaned laptop

This commit is contained in:
afoucaultc 2026-08-13 12:13:39 +02:00
parent bf3fa91538
commit 0fca28f8fd
7 changed files with 38 additions and 20 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 50;
};
}