perso-desktop: Use amdgpu

This commit is contained in:
Florian RICHER 2025-03-22 20:21:48 +01:00
parent 2eeb91a08b
commit b047d2297d
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
bluetooth.enable = true;
gamingKernel.enable = true;
keymaps.layout = "us";
graphics.nvidia.enable = true;
graphics.amdgpu.enable = true;
audio.pipewire.enable = true;
printing.enable = true;
};

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
with lib;
let