10 lines
104 B
Nix
10 lines
104 B
Nix
{...}: {
|
|
imports = [
|
|
./bash
|
|
./direnv
|
|
./git
|
|
./neovim
|
|
./nix-index
|
|
./tmux
|
|
];
|
|
}
|