nix/modules/programs/home.nix
2024-10-20 11:11:07 +02:00

16 lines
148 B
Nix

{
imports = [
./bat
./cmus
./tmux
./mail
./yazi
./zsh
./git
./helix
./newsboat
./zoxide
./misc
];
}