1
Fork 0
nixos-system-config/lib/default.nix

11 lines
183 B
Nix
Raw Normal View History

{ lib }:
# todo: Write a function to import all of these automatically
let
fs = import ./fs.nix { inherit lib; };
hosts = import ./hosts.nix { inherit lib; };
in
fs // hosts