mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 11:50:42 +00:00
Add gpu settings
This commit is contained in:
parent
53771e1547
commit
163eafb8f0
6 changed files with 136 additions and 0 deletions
7
system/shared/hardware/gpu/default.nix
Normal file
7
system/shared/hardware/gpu/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
_: {
|
||||
imports = [
|
||||
./amd.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue