4e925f8a89
also added the configuration bc idk how to add only certain files but whatever
11 lines
87 B
Nix
11 lines
87 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [ ./hardware-configuration.nix ];
|
|
}
|