14 lines
97 B
Nix
Raw Normal View History

{
config,
lib,
pkgs,
...
}:
{
imports = [
./nixpkgs.nix
./packages.nix
];
}