config.nix/modules/apps/development/default.nix
2026-04-01 16:00:52 +02:00

16 lines
144 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./git.nix
./vscodium.nix
./python.nix
./godot.nix
./openssl.nix
];
}