Files
nix-config/home/linux/gui/editors/default.nix
2024-12-09 20:39:32 +08:00

4 lines
51 B
Nix

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