mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-07 01:27:21 +01:00
feat: improve gpu settings
This commit is contained in:
parent
ba7c319683
commit
29dc558a31
3 changed files with 25 additions and 0 deletions
|
|
@ -49,6 +49,16 @@
|
|||
resumeDevice = "/dev/disk/by-label/nixos";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
amdvlk = {
|
||||
enable = true;
|
||||
support32Bit.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.fw-fanctrl.enable = true;
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue