feat: restructure dev-components/dev-registry with direnv

This commit is contained in:
2026-04-01 22:50:00 +02:00
parent 5a37795151
commit 71cd268f79
7 changed files with 212 additions and 98 deletions

View File

@@ -9,7 +9,6 @@
pkgs.git
packages.git-linearize
packages.ggman
pkgs.go
pkgs.python3
pkgs.mdbook
pkgs.marksman
@@ -22,9 +21,5 @@
pkgs.osc
];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
};
}