modularizing kernel and loader settings

This commit is contained in:
cnst
2024-09-22 14:30:06 +02:00
parent 6f53da8393
commit 50d554b6f6
22 changed files with 294 additions and 84 deletions

View File

@@ -1,5 +1,17 @@
{
modules = {
boot = {
loader = {
default.enable = true;
lanzaboote.enable = false;
};
kernel = {
variant = "latest";
hardware = "amd";
extraKernelParams = [];
extraBlacklistedModules = [];
};
};
gaming = {
steam = {
enable = false;
@@ -149,6 +161,12 @@
brightnessctl = {
enable = true;
};
chaotic = {
enable = false;
amd = {
enable = false;
};
};
corectrl = {
enable = false;
};