NixOS-Config/modules/home/programs/terminal/default.nix
2024-10-09 03:36:08 -04:00

12 lines
109 B
Nix

{ ... }:
{
imports = [
./fastfetch
./git
./ncmpcpp
./neovim
./ranger
./tmux
];
}