dotfiles/platforms/nixos/default.nix
2025-02-01 16:10:16 -05:00

5 lines
69 B
Nix

{ lib, ... }:
{
imports = lib.filesystem.listFilesRecursive ./.;
}