feat: Remove custom shell-plugin for now

This commit is contained in:
uttarayan21
2024-07-01 12:38:46 +05:30
parent e3e0728485
commit 8d9e850599
3 changed files with 11 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
enable = true;
# the specified packages as well as 1Password CLI will be
# automatically installed and configured to use shell plugins
plugins = with pkgs; [awscli2 cachix cargo aichat];
plugins = with pkgs; [awscli2 cachix cargo];
};
};
}