aspi: add vortix

This commit is contained in:
2026-08-30 18:16:29 +02:00
parent 3cc888b2a3
commit 8759d71e1f
2 changed files with 12 additions and 1 deletions
@@ -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