Files
nix-config/home/base/tui/default.nix

5 lines
53 B
Nix

{ mylib, ... }:
{
imports = mylib.scanPaths ./.;
}