mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 07:05:40 +01:00
feat: move amdgpu-specific config to its own role, since i now also have nvidia systems
This commit is contained in:
parent
2a03321fa7
commit
5da047a5c9
3 changed files with 33 additions and 15 deletions
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
imports =
|
||||
[(import ./laptop.nix)]
|
||||
++ [(import ./amdgpu.nix)]
|
||||
++ [(import ./nvidia.nix)]
|
||||
++ [(import ./desktop.nix)]
|
||||
++ [(import ./creative.nix)];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue