feat: update nixpkgs

This commit is contained in:
Leon Schwarzäugl 2025-02-25 13:57:00 +01:00
parent bba479852b
commit 5b591ba10b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 520 additions and 381 deletions

View file

@ -44,15 +44,15 @@ in
resumeDevice = "/dev/disk/by-label/nixos";
};
# hardware = {
# amdgpu = {
# opencl.enable = true;
# amdvlk = {
# enable = true;
# support32Bit.enable = true;
# };
# };
# };
hardware = {
amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
support32Bit.enable = true;
};
};
};
programs.fw-fanctrl.enable = true;