diff --git a/flake.lock b/flake.lock index 97fbff6..b286a77 100644 --- a/flake.lock +++ b/flake.lock @@ -115,11 +115,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1764054251, - "narHash": "sha256-Y15DnzAPhWwfqCffMPetYkgQ3+wFLrGj60yz++61YGU=", + "lastModified": 1764227058, + "narHash": "sha256-JcRdS/Ko/AGdY1NC9t4qMBCTe1zxpdLYDqqhQFFS5+o=", "owner": "shazow", "repo": "foundry.nix", - "rev": "d1fd7b2ba7ff8f436283762f189d6260e1b93c72", + "rev": "27e54cfd3936658cb6907cd43773750da550baea", "type": "github" }, "original": { @@ -317,11 +317,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1763283776, - "narHash": "sha256-Y7TDFPK4GlqrKrivOcsHG8xSGqQx3A6c+i7novT85Uk=", + "lastModified": 1763966396, + "narHash": "sha256-6eeL1YPcY1MV3DDStIDIdy/zZCDKgHdkCmsrLJFiZf0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "50a96edd8d0db6cc8db57dab6bb6d6ee1f3dc49a", + "rev": "5ae3b07d8d6527c42f17c876e404993199144b6a", "type": "github" }, "original": { @@ -426,11 +426,11 @@ "nvchad-starter": { "flake": false, "locked": { - "lastModified": 1764092274, - "narHash": "sha256-XFFbLmMExVUur6uPdYCVVGyWbrKQhAzjyRU3P/73HuU=", + "lastModified": 1764170616, + "narHash": "sha256-griwxC27ajm9Zj4IAr5lBRDukQ8bciHp4xv8nSzB2zY=", "owner": "naps62", "repo": "nvchad-starter", - "rev": "702f1cb19c98e5f1ca958d4561d3ffb78c999554", + "rev": "b8c2632af69319a63280149a6853c7d5c3d04e36", "type": "github" }, "original": { @@ -698,11 +698,11 @@ "nixpkgs": "nixpkgs_7" }, "locked": { - "lastModified": 1764015829, - "narHash": "sha256-Oi3D37fFYvYRC4cA2voW8kICzmtUCYMoGSuyYuazDZ8=", + "lastModified": 1764217570, + "narHash": "sha256-vgqUC6lI/gW70uekA0bpNFU6yR0tcZRfLIZcxGfN76g=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "011760d40ec6ac8af6b078d58def3c7d2d994a53", + "rev": "3dc281d86044322f9182b20abbc21db8824c130a", "type": "github" }, "original": { diff --git a/home/common/programs/claude/commands/worktree.md b/home/common/programs/claude/commands/worktree.md deleted file mode 100644 index f6faafc..0000000 --- a/home/common/programs/claude/commands/worktree.md +++ /dev/null @@ -1,7 +0,0 @@ -In "/worktrees/" create a new worktree for the requested feature. -create the directory if it doesn't exist. -keep the branch name concise, but starting with claude/. - -do all the work for the feature in the new worktree. - -run "kitty @ set-tab-title" to set the tab title of this kitty sessionn to "claude//" diff --git a/home/desktop/default.nix b/home/desktop/default.nix index 724e75b..c36e885 100644 --- a/home/desktop/default.nix +++ b/home/desktop/default.nix @@ -39,7 +39,7 @@ windowrulev2 = [ # ethui-dev - "workspace 1, title:ethui-dev.*" + "workspace 2, title:ethui-dev.*" "noinitialfocus, title:ethui-dev.*" "float, title:ethui-dev - dialog.*" diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 51ea574..a72d326 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -59,7 +59,7 @@ let authorizedKeys = pkgs.fetchurl { url = "https://github.com/naps62.keys"; - sha256 = "sha256-93KMlLAEKEgvizcFLKjLbaJXU7oAqTrwyr2QA81K+jA="; + sha256 = "sha256-+Tkks+tpB2LJQQiyYd7HOdTjHZfr653HSgb1up0JDIQ="; }; in pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys); diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 75080b9..2bd31e2 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -66,7 +66,7 @@ let authorizedKeys = pkgs.fetchurl { url = "https://github.com/naps62.keys"; - sha256 = "sha256-93KMlLAEKEgvizcFLKjLbaJXU7oAqTrwyr2QA81K+jA="; + sha256 = "sha256-+Tkks+tpB2LJQQiyYd7HOdTjHZfr653HSgb1up0JDIQ="; }; in pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);