diff --git a/flake.lock b/flake.lock index e2fe955..12b53f5 100644 --- a/flake.lock +++ b/flake.lock @@ -825,11 +825,11 @@ }, "nur": { "locked": { - "lastModified": 1729024314, - "narHash": "sha256-iV0bSTjoa3GDNQO85IVc5V5n1Dg9C1vDLhEWioO8924=", + "lastModified": 1729031606, + "narHash": "sha256-jkNTTsaFqK1Fw9PZZVf8LGgTTXZCRHMxUSjRFqwcsog=", "owner": "nix-community", "repo": "NUR", - "rev": "da1c520a9acd9a9d1402db1939c9b9a2fa49b4b8", + "rev": "2476177b9e2bb9cde1393c928ba58574d6b6d78f", "type": "github" }, "original": { diff --git a/hosts/desktop/hardware.nix b/hosts/desktop/hardware.nix index 1335aa0..e4f45c5 100644 --- a/hosts/desktop/hardware.nix +++ b/hosts/desktop/hardware.nix @@ -46,7 +46,10 @@ hardware = { cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; keyboard.uhk.enable = true; - amdgpu.amdvlk.enable = true; + amdgpu.amdvlk = { + enable = false; + support32Bit.enable = true; + }; bluetooth = { enable = true; powerOnBoot = true;