diff options
Diffstat (limited to 'hosts/phobos/hardware/laptop/default.nix')
-rw-r--r-- | hosts/phobos/hardware/laptop/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/phobos/hardware/laptop/default.nix b/hosts/phobos/hardware/laptop/default.nix new file mode 100644 index 0000000..b0125ee --- /dev/null +++ b/hosts/phobos/hardware/laptop/default.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + imports = [ ./hardware.nix ]; +} |