diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index b089d20..4e83732 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -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; }; diff --git a/modules/system/hardware/graphics/amdgpu.nix b/modules/system/hardware/graphics/amdgpu.nix index 0632943..803a73c 100644 --- a/modules/system/hardware/graphics/amdgpu.nix +++ b/modules/system/hardware/graphics/amdgpu.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: with lib; let