mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
refactor: prepare new modules structure
This commit is contained in:
parent
d25e24c15b
commit
bf82970b9e
65 changed files with 94 additions and 94 deletions
16
legacy_modules/devenv.nix
Normal file
16
legacy_modules/devenv.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
imports = [
|
||||
./apps/pycharm.nix
|
||||
./apps/vscode.nix
|
||||
./apps/sublime-merge.nix
|
||||
./apps/ollama.nix
|
||||
./dev/python.nix
|
||||
./dev/javascript.nix
|
||||
./dev/k8s.nix
|
||||
./dev/docker.nix
|
||||
./dev/tilt.nix
|
||||
./dev/postgres.nix
|
||||
./dev/aider.nix
|
||||
./dev/clickhouse.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue