mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
8 lines
243 B
Nix
8 lines
243 B
Nix
# @ future me: dont panic, optionals and darwin are not read in by readNix
|
|
{ lib, ... }:
|
|
let
|
|
importNames = lib.swarselsystems.readNix "modules-clone/nixos";
|
|
in
|
|
{
|
|
imports = lib.swarselsystems.mkImports importNames "modules-clone/nixos";
|
|
}
|