config.nix/modules/development/import_development.nix

14 lines
94 B
Nix

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