flake: fix warnings

This commit is contained in:
Leonardo Eugênio 2025-08-13 00:51:32 -03:00
parent be8d98d6f4
commit 1c28932e84
3 changed files with 9 additions and 8 deletions

View file

@ -27,6 +27,13 @@ in
wantedBy = [ "multi-user.target" ];
};
hardware.amdgpu = {
overdrive = {
enable = true;
ppfeaturemask = "0xffffffff";
};
};
hardware.graphics.enable32Bit = true;
hardware.graphics.extraPackages = with pkgs; [