mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-07 15:42:03 +00:00
5 lines
69 B
Nix
5 lines
69 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.filesystem.listFilesRecursive ./.;
|
|
}
|