This commit is contained in:
mjallen18
2025-07-23 09:50:11 -05:00
parent f8e80bd44c
commit 1bc7856d93
14 changed files with 105 additions and 88 deletions

View File

@@ -0,0 +1,10 @@
{ ... }:
{
boot = {
kernelParams = [
"quiet"
];
};
zramSwap.enable = true;
}

View File

@@ -0,0 +1,6 @@
{ ... }:
{
boot.plymouth = {
enable = true;
};
}