add module for device-specific config
in principle this module declares the config that's defined in devices/foo/default.nix
This commit is contained in:
@@ -20,6 +20,7 @@ let
|
||||
config = (pkgs.lib.evalModules {
|
||||
modules = [
|
||||
{ _module.args = { inherit pkgs; lib = pkgs.lib; }; }
|
||||
./modules/hardware.nix
|
||||
./modules/base.nix
|
||||
device.module
|
||||
liminix-config
|
||||
|
Reference in New Issue
Block a user