nix/modules/apps/default.nix

16 lines
163 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./alacritty
./appimage
./firefox
./helix
./newsboat
./packages
./rofi
./vm
./zsh
2024-08-31 17:05:26 +02:00
./tools
2024-09-10 22:21:10 +02:00
./code
2024-08-31 16:04:57 +02:00
];
}