nixos-configs/common/home/default.nix
matt1432 b09cceb259
All checks were successful
Discord / discord commits (push) Has been skipped
feat: add 'from' script to get real path of exe
2024-07-28 01:44:16 -04:00

10 lines
104 B
Nix

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