nix-config/home/programs/dev/default.nix

12 lines
157 B
Nix
Raw Normal View History

2025-03-27 14:59:12 +01:00
{
2025-09-03 10:03:29 +02:00
imports = [
./git.nix
./neovim
./fstl.nix
./openscad.nix
./sqllite_browser.nix
./compilers.nix
./beekeeper-studio.nix
];
2025-03-27 14:59:12 +01:00
}