nixos/modules/home/cli/default.nix

10 lines
91 B
Nix
Raw Normal View History

2024-05-25 00:37:37 +02:00
{ config, pkgs, ... }:
{
imports = [
./atuin
./direnv
./git
./zsh
];
}