Move amdgpu stuff to module.
This commit is contained in:
parent
b97d67044d
commit
68c3f36e2b
3 changed files with 17 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
|||
./nbfc.nix
|
||||
./ryzenadj.nix
|
||||
./qemu.nix
|
||||
./amdgpu.nix
|
||||
];
|
||||
|
||||
crony.bluetooth.enable = lib.mkDefault true;
|
||||
|
@ -22,4 +23,5 @@
|
|||
crony.nbfc.enable = lib.mkDefault true;
|
||||
crony.ryzenadj.enable = lib.mkDefault true;
|
||||
crony.qemu.enable = lib.mkDefault true;
|
||||
crony.amdgpu.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue