diff --git a/flake.lock b/flake.lock index ccf565d..1cdebdc 100644 --- a/flake.lock +++ b/flake.lock @@ -1149,7 +1149,8 @@ "nixpkgs-unstable": "nixpkgs-unstable", "nixvim": "nixvim", "nuenv": "nuenv", - "omnix": "omnix" + "omnix": "omnix", + "vertex": "vertex" } }, "rust-flake": { @@ -1354,6 +1355,29 @@ "type": "github" } }, + "vertex": { + "inputs": { + "flake-parts": [ + "flake-parts" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1753546846, + "narHash": "sha256-Itf8Ti6AOjhv/FoAl8bquZJz0q7XjPduTtSbLEs5/fA=", + "owner": "juspay", + "repo": "vertex", + "rev": "b4610948e3473d0d10d06a779f8d0b009779fa82", + "type": "github" + }, + "original": { + "owner": "juspay", + "repo": "vertex", + "type": "github" + } + }, "xdph": { "inputs": { "hyprland-protocols": [ diff --git a/flake.nix b/flake.nix index 1d6ba96..a98665c 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,11 @@ nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; omnix.url = "github:juspay/omnix"; hyprland.url = "github:hyprwm/Hyprland/v0.46.2"; + vertex.url = "github:juspay/vertex"; + vertex.inputs = { + nixpkgs.follows = "nixpkgs"; + flake-parts.follows = "flake-parts"; + }; # Neovim nixvim.url = "github:nix-community/nixvim"; diff --git a/justfile b/justfile index ed41114..9200510 100644 --- a/justfile +++ b/justfile @@ -21,7 +21,7 @@ update: # Deploy to a given host [group('main')] deploy host: - @echo "Deploying to {{host}} ..." + @echo "Activating on/Deploying to {{host}} ..." @nix run . {{host}} # Run all pre-commit hooks on all files diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index db5bca6..0d7d187 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -32,6 +32,7 @@ in gemini-cli google-cloud-sdk claude-code + inputs.vertex.packages.${pkgs.system}.default # Publishing asciinema