feat: add try
This commit is contained in:
parent
072e5f643a
commit
0e98ce2214
3 changed files with 36 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
./devtools/ai-tools.nix
|
||||
./devtools/languages.nix
|
||||
./devtools/default.nix
|
||||
./devtools/try.nix
|
||||
./secrets.nix
|
||||
];
|
||||
|
||||
|
|
@ -28,6 +29,11 @@
|
|||
claude.zai.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
rsydn.try = {
|
||||
enable = lib.mkDefault true;
|
||||
path = "~/src/tries";
|
||||
};
|
||||
|
||||
rsydn.devTools = {
|
||||
enable = lib.mkDefault true;
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue