clean up
This commit is contained in:
parent
78e3fe1cd0
commit
f40d01487b
|
@ -4,5 +4,4 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
||||
# boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
# hardware.video.hidpi.enable = true;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
|
||||
];
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue