nix/modules/programs/home.nix

16 lines
148 B
Nix
Raw Normal View History

2024-09-15 10:25:38 +02:00
{
imports = [
2024-10-08 15:28:40 +02:00
./bat
2024-10-09 21:27:13 +02:00
./cmus
2024-10-11 00:08:08 +02:00
./tmux
2024-10-12 21:12:58 +02:00
./mail
2024-10-18 00:07:56 +02:00
./yazi
2024-10-20 11:11:07 +02:00
./zsh
./git
./helix
./newsboat
./zoxide
2024-10-18 00:18:15 +02:00
./misc
2024-09-15 10:25:38 +02:00
];
}