dotfiles/nix/cli.nix

10 lines
73 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./cli/direnv.nix
];
}