first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
10
modules/core/hardware.nix
Executable file
10
modules/core/hardware.nix
Executable file
|
@ -0,0 +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…
Add table
Add a link
Reference in a new issue