nix/modules/apps/home/default.nix

14 lines
132 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
2024-09-15 10:25:38 +02:00
./code
2024-10-04 22:19:16 +02:00
./git
./helix
./newsboat
2024-09-15 10:25:38 +02:00
./rofi
2024-10-04 22:19:16 +02:00
./zsh
2024-09-15 10:25:38 +02:00
];
}