nix-config/modules/nix/base-cli/default.nix

8 lines
78 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./nh.nix
./nvf.nix
];
}