grrr why do people always insist on dumping options into the main block of the module
7 lines
51 B
Nix
7 lines
51 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./packages.nix
|
|
];
|
|
}
|