mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
7 lines
181 B
Nix
7 lines
181 B
Nix
{ lib, ... }:
|
|
let
|
|
importNames = lib.swarselsystems.readNix "modules-clone/nixos/server";
|
|
in
|
|
{
|
|
imports = lib.swarselsystems.mkImports importNames "modules-clone/nixos/server";
|
|
}
|