style: reformat with nixfmt-rfc-style
This commit is contained in:
parent
5ad8bc1d56
commit
1c5d83d81e
99 changed files with 2247 additions and 1334 deletions
system
|
@ -1,6 +1,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib; {
|
||||
with lib;
|
||||
{
|
||||
zramSwap.enable = mkDefault true;
|
||||
zramSwap.memoryPercent = mkDefault 100;
|
||||
zramSwap.memoryMax = mkDefault (16 * 1024 * 1024 * 1024);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue