forked from poz/niksos
move the initrd option to options/
man I should really go to sleep
This commit is contained in:
parent
52a896d4f0
commit
d26908ac82
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
extraModulePackages = with config.boot.kernelPackages; [ ddcci-driver ];
|
||||
kernelModules = [ "ddcci" ];
|
||||
initrd.kernelModules = [ "amdgpu" ];
|
||||
kernelParams = [
|
||||
"video=eDP-1:2560x1440@165"
|
||||
"video=HDMI-A-1:2560x1440@144"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
AMD_VULKAN_ICD = "RADV";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue