diff options
| author | Mel <mel@rnrd.eu> | 2026-01-11 00:30:57 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-11 00:30:57 +0100 |
| commit | 6fdc47c9606ddd298c7c9e5f9b83ec095e89998b (patch) | |
| tree | 81f4fe97509ad7e2c1dbe2acc56671d73cbef3b0 /modules/hardware | |
| parent | ee5f89c69f60fbe2821b9fdf780146fbec73725c (diff) | |
| download | minerals-6fdc47c9606ddd298c7c9e5f9b83ec095e89998b.tar.zst minerals-6fdc47c9606ddd298c7c9e5f9b83ec095e89998b.zip | |
Update to NixOS 25.11
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/hardware')
| -rw-r--r-- | modules/hardware/amd-gpu.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/hardware/amd-gpu.nix b/modules/hardware/amd-gpu.nix index cfaa974..1b52e20 100644 --- a/modules/hardware/amd-gpu.nix +++ b/modules/hardware/amd-gpu.nix @@ -7,11 +7,6 @@ hardware.graphics = { enable = true; enable32Bit = true; - - # use amdvlk in conjunction with amdgpu, - # applications can choose which one to use. - extraPackages = with pkgs; [ amdvlk ]; - extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; }; services.xserver.videoDrivers = [ "amdgpu" ]; |
