Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
17
modules/sys/configuration.nix
Normal file
17
modules/sys/configuration.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
inputs,
|
||||
nixpkgs,
|
||||
config,
|
||||
self,
|
||||
username,
|
||||
host,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware
|
||||
./software
|
||||
./environment
|
||||
../home/home-manager.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user