This commit is contained in:
parent
7aaf90bc75
commit
278904eec6
56 changed files with 0 additions and 0 deletions
7
modules/desktop/zram.nix
Normal file
7
modules/desktop/zram.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.nixos.pc.zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 90;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue