9 lines
62 B
Nix
9 lines
62 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
];
|
|
}
|