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:
Daniel Barlow
2023-03-03 20:04:39 +00:00
parent 0cd1bd99e1
commit bbd699d7b1
3 changed files with 37 additions and 27 deletions

View File

@@ -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