mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
8 lines
69 B
Nix
8 lines
69 B
Nix
{
|
|
imports = [
|
|
./foo.nix
|
|
./bar.nix
|
|
];
|
|
|
|
enable = true;
|
|
}
|