diff --git a/flake.lock b/flake.lock index e351b84..544cfda 100644 --- a/flake.lock +++ b/flake.lock @@ -648,11 +648,11 @@ }, "nixpkgs-mesa-git": { "locked": { - "lastModified": 1741766918, - "narHash": "sha256-Zy3o+H2S1D/PX/7MSYOuDDaCtOtUfLMAnoBqiMxrhb4=", + "lastModified": 1741880641, + "narHash": "sha256-jkMameX1CJeU77EKLNbkD6ibowV9uRwSenALk/YP9lo=", "owner": "kropatz", "repo": "nixpkgs", - "rev": "386fd8931a36ffd2b899cfe163cee6a2aedbb742", + "rev": "a25597d8f13187d47427f36459cca5a93e31fa7b", "type": "github" }, "original": { diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix index 70dd3d5..0358673 100644 --- a/modules/hardware/amd-gpu.nix +++ b/modules/hardware/amd-gpu.nix @@ -11,7 +11,7 @@ in { enable = true; enable32Bit = true; package = lib.mkForce pkgs.mesa-git.mesa.drivers; - #extraPackages = with pkgs; [ amdvlk ]; + extraPackages = with pkgs; [ mesa-git.amdvlk ]; }; boot.initrd.kernelModules = [ "amdgpu" ]; diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index b9b9f2e..809cf02 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -90,7 +90,7 @@ enable = false; acceleration = "cuda"; }; - virtualisation.waydroid.enable = true; + virtualisation.waydroid.enable = false; i18n.supportedLocales = [ "C.UTF-8/UTF-8"