mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
7 lines
72 B
Nix
7 lines
72 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./nix.nix
|
|
./builder.nix
|
|
];
|
|
}
|