Files
nix-config/home/base/desktop/container/default.nix

4 lines
51 B
Nix

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