Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
16
modules/sys/hardware/default.nix
Normal file
16
modules/sys/hardware/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
{
|
||||
inputs,
|
||||
nixpkgs,
|
||||
nixvim,
|
||||
config,
|
||||
self,
|
||||
username,
|
||||
host,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[( import ./bootloader.nix )]
|
||||
++ [( import ./network.nix )];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user