mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
claude: no gcloud
This commit is contained in:
parent
b01e86e003
commit
c15bed82d1
2 changed files with 0 additions and 31 deletions
|
|
@ -1,30 +0,0 @@
|
|||
# This machine uses Omarchy
|
||||
#
|
||||
# So we consciously pick what we need
|
||||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
inherit (inputs) self;
|
||||
homeMod = self + /modules/home;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${homeMod}/claude-code"
|
||||
"${homeMod}/cli/git.nix"
|
||||
"${homeMod}/cli/just.nix"
|
||||
"${homeMod}/work/juspay.nix"
|
||||
"${homeMod}/cli/direnv.nix"
|
||||
"${homeMod}/cli/starship.nix"
|
||||
"${homeMod}/cli/bash.nix"
|
||||
"${homeMod}/cli/terminal.nix"
|
||||
"${homeMod}/gui/1password.nix"
|
||||
# "${homeMod}/services/obsidian.nix"
|
||||
|
||||
# Remote builders
|
||||
# "${homeMod}/nix/buildMachines"
|
||||
# "${homeMod}/nix/buildMachines/sincereintent.nix"
|
||||
];
|
||||
|
||||
home.username = "srid";
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
@ -25,7 +25,6 @@ in
|
|||
# claude
|
||||
"$HOME/.claude"
|
||||
"$HOME/.claude.json"
|
||||
"$HOME/.config/gcloud"
|
||||
"$HOME/.cache/claude-cli-nodejs"
|
||||
];
|
||||
rwx = [ "." ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue