mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
7 lines
No EOL
151 B
Nix
7 lines
No EOL
151 B
Nix
{ inputs, ... }: let
|
|
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs; };
|
|
in {
|
|
inherit (nixosHostConfig)
|
|
nixosHostConfig
|
|
;
|
|
} |