feat: move amdgpu-specific config to its own role, since i now also have nvidia systems

This commit is contained in:
Ahwx 2025-03-24 09:24:17 +01:00
parent 2a03321fa7
commit 5da047a5c9
3 changed files with 33 additions and 15 deletions

View file

@ -2,6 +2,8 @@
{
imports =
[(import ./laptop.nix)]
++ [(import ./amdgpu.nix)]
++ [(import ./nvidia.nix)]
++ [(import ./desktop.nix)]
++ [(import ./creative.nix)];
}