claude: gh

This commit is contained in:
Sridhar Ratnakumar 2025-10-10 22:24:40 -04:00
parent d826c0cbd8
commit e91b108d70
2 changed files with 12 additions and 4 deletions

View file

@ -1,10 +1,17 @@
{ inputs, ... }:
let
inherit (inputs) landrun-nix;
inherit (landrun-nix) landrunModules;
in
{
imports = [ inputs.landrun-nix.flakeModule ];
imports = [ landrun-nix.flakeModule ];
perSystem = { pkgs, ... }: {
landrunApps.claude = {
program = "${pkgs.claude-code}/bin/claude";
imports = [
landrunModules.gh
];
features = {
tty = true;
nix = true;
@ -12,6 +19,7 @@
};
cli = {
rw = [
# claude
"$HOME/.claude"
"$HOME/.claude.json"
"$HOME/.config/gcloud"