init
This commit is contained in:
commit
2278bffff9
77 changed files with 1174 additions and 0 deletions
8
Modules/Hardware/default.nix
Normal file
8
Modules/Hardware/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./Bluetooth
|
||||
./Surface
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue