nixos-configs/common/home/default.nix

10 lines
84 B
Nix
Raw Normal View History

{
imports = [
./bash
./git
./neovim
./nix-index
./tmux
];
}