nixos/modules/home/cli/default.nix
2024-05-27 19:45:14 +02:00

10 lines
No EOL
91 B
Nix

{ config, pkgs, ... }:
{
imports = [
./atuin
./direnv
./git
./zsh
];
}