dot.nix/hosts/nixos/rune/config/default.nix

4 lines
56 B
Nix

{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}