Files
nix-config/modules/nixos/desktop/default.nix
2024-01-13 12:52:01 +08:00

4 lines
51 B
Nix

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