mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
landrun: add git
This commit is contained in:
parent
78c33b408e
commit
7ce37d7a8a
3 changed files with 8 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ in
|
|||
program = "${pkgs.claude-code}/bin/claude";
|
||||
imports = [
|
||||
landrunModules.gh
|
||||
landrunModules.git
|
||||
];
|
||||
features = {
|
||||
tty = true;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,10 @@ in
|
|||
- Don't say "First, " say "Indeed, "
|
||||
- Don't say "Good" or "Perfect" say "Excelsior"
|
||||
- Don't say "Let me fix them", say "The game is afoot"
|
||||
|
||||
# Tools
|
||||
|
||||
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
|
||||
'';
|
||||
|
||||
# Automatically discovered commands from commands/ directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue