Files
nix-config-ryan4yin/home/base/gui/default.nix

5 lines
53 B
Nix

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