mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 17:33:03 -04:00
Hardware stuffies
This commit is contained in:
parent
63eac33d05
commit
5edcb857af
9 changed files with 184 additions and 0 deletions
7
modules/nixos/hardware/default.nix
Normal file
7
modules/nixos/hardware/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./cpu
|
||||
./gpu
|
||||
./firmwares.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue