nix/modules/programs/home/default.nix

20 lines
199 B
Nix
Raw Normal View History

2024-09-15 10:25:38 +02:00
{
imports = [
2024-10-04 22:19:16 +02:00
./alacritty
2024-09-17 22:19:37 +02:00
./mpv
2024-10-04 22:19:16 +02:00
./firefox
./git
./helix
./newsboat
2024-09-15 10:25:38 +02:00
./rofi
2024-10-04 22:19:16 +02:00
./zsh
2024-10-06 22:59:29 +02:00
./zoxide
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-18 00:18:15 +02:00
./misc
2024-09-15 10:25:38 +02:00
];
}