From aa8cf61d10c24a477cc85a13ee19fe88da559151 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 9 Sep 2024 22:24:26 -0500 Subject: [PATCH] charmbracelet mess around, added fish plugin to vscode, and reverted krewfile flake now that change is merged. --- flake.lock | 11 +++++------ flake.nix | 2 +- nixos/home/jahanson/global.nix | 1 + nixos/modules/nixos/editor/vscode.nix | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index b29764a..e213908 100644 --- a/flake.lock +++ b/flake.lock @@ -264,16 +264,15 @@ ] }, "locked": { - "lastModified": 1725822077, - "narHash": "sha256-N+1mHVZoFwiuDUBqhWVWSINmAGpKTdH9jYPIkXNcqj4=", - "owner": "ajgon", + "lastModified": 1725897020, + "narHash": "sha256-0mJ37QZpUz44d0uolv9XQKDHwxUwqslz5ZSgwbdxmlo=", + "owner": "brumhard", "repo": "krewfile", - "rev": "d4db6ad2cc1c23513d691f63ac4aae6d8c9b1b8b", + "rev": "e7773854b19a4288df5502946ccec79c4af57adf", "type": "github" }, "original": { - "owner": "ajgon", - "ref": "feat/fix-deps", + "owner": "brumhard", "repo": "krewfile", "type": "github" } diff --git a/flake.nix b/flake.nix index d31f0c4..fee27b2 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ # krewfile - Declarative krew plugin management krewfile = { - url = "github:ajgon/krewfile?ref=feat/fix-deps"; + url = "github:brumhard/krewfile"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/nixos/home/jahanson/global.nix b/nixos/home/jahanson/global.nix index 030a9ed..2bccc7d 100644 --- a/nixos/home/jahanson/global.nix +++ b/nixos/home/jahanson/global.nix @@ -106,6 +106,7 @@ with config; # charmbracelet tools gum + vhs ]; }; }; diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index d9f7809..63f77ea 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -26,7 +26,7 @@ let "task.vscode-task" "tyriar.sort-lines" "yzhang.markdown-all-in-one" - + "bmalehorn.vscode-fish" # "github.copilot-chat" ]; # Nixpkgs Extensions. These are updated whenver they get around to it.