nixos-configs/common/home/default.nix

11 lines
104 B
Nix
Raw Normal View History

2024-01-22 11:09:37 -05:00
{...}: {
imports = [
./bash
2024-02-29 16:48:34 -05:00
./direnv
./git
./neovim
./nix-index
./tmux
];
}