refactor(shell): replace aichat with opencode

This commit is contained in:
tux
2025-10-10 23:48:30 +05:30
parent 767b2f601a
commit 87e065c659
3 changed files with 145 additions and 69 deletions

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: {
imports = [
./lazygit.nix
./aichat.nix
./superfile.nix
./open-code.nix
];