This commit is contained in:
Frost-Phoenix 2023-11-05 17:21:54 +01:00
parent 78e3fe1cd0
commit f40d01487b
2 changed files with 2 additions and 3 deletions

View file

@ -4,5 +4,4 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_lqx;
# boot.initrd.kernelModules = [ "amdgpu" ];
}

View file

@ -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";
}