6 lines
47 B
Nix
6 lines
47 B
Nix
|
{config, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [./pkgs.nix];
|
||
|
}
|