nixos-configs/common/home/default.nix
matt1432 11adcacd6f
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(nvim): move to homeManagerModules
2024-11-22 02:48:41 -05:00

9 lines
91 B
Nix

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