Reformat
This commit is contained in:
parent
8fee70f405
commit
356f23541f
3 changed files with 12 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./zsh.nix
|
|
||||||
./starship.nix
|
|
||||||
./konsole.nix
|
|
||||||
./btop.nix
|
./btop.nix
|
||||||
|
./konsole.nix
|
||||||
|
./starship.nix
|
||||||
|
./zsh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -14,6 +14,7 @@
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./sound.nix
|
./sound.nix
|
||||||
|
./swap.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
7
hosts/laptop/modules/swap.nix
Normal file
7
hosts/laptop/modules/swap.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
algorithm = "zstd";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue