From 8759d71e1f3aaf9a94f6bf5ad31cc1ce8b60cfdf Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 30 Aug 2026 18:16:29 +0200 Subject: [PATCH] aspi: add vortix --- flake.nix | 5 +++++ homes/julian/features/suites/development/default.nix | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 11ae8ac..e429d4e 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + vortix = { + url = "github:Harry-kp/vortix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + home-manager = { url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/homes/julian/features/suites/development/default.nix b/homes/julian/features/suites/development/default.nix index 4f4aec1..6cad4e6 100644 --- a/homes/julian/features/suites/development/default.nix +++ b/homes/julian/features/suites/development/default.nix @@ -1,10 +1,16 @@ -{pkgs, ...}: { +{ + pkgs, + inputs, + ... +}: { programs.opencode = { enable = true; package = pkgs.unstable.opencode; }; home.packages = with pkgs; [ + inputs.vortix.packages.${pkgs.system}.default # tui for wireguard + worktrunk # interface for git worktrees watchexec # Run command when any file in current dir changes