nix-config/nixosModules/dev/default.nix

13 lines
111 B
Nix

{
config,
pkgs,
lib,
...
}@inputs:
{
imports = [
./python.nix
./ide.nix
./cli.nix
];
}