dot.nix/hosts/x86/haze/config/default.nix

4 lines
56 B
Nix

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