dotfiles/nix/cli.nix

10 lines
73 B
Nix
Raw Normal View History

2022-09-10 23:44:31 +02:00
{
config,
pkgs,
...
}: {
imports = [
./cli/direnv.nix
];
}