Reorganize files

This commit is contained in:
Henry Hiles 2023-12-24 11:01:25 -05:00
parent 2fc4f2dd4a
commit a32dfc1089
32 changed files with 260 additions and 398 deletions

6
modules/common/zram.nix Normal file
View file

@ -0,0 +1,6 @@
{
zramSwap = {
enable = true;
memoryPercent = 100;
};
}