Add ax (axolotl) custom Go package from self-hosted git

This commit is contained in:
2026-04-09 23:54:53 +02:00
parent d7332f3cc6
commit a6e67ae28f
4 changed files with 28 additions and 0 deletions

View File

@@ -33,6 +33,9 @@
# AI
claude-code
# Custom packages
(pkgs.callPackage ../pkgs/ax {})
# Unstable packages (if needed)
# pkgs-unstable.some-package
];

View File

@@ -1,6 +1,11 @@
{ config, lib, pkgs, ... }:
{
xdg.configFile.".tmux-setup" = {
source = ../../config/.tmux-setup;
executable = true;
};
programs.tmux = {
enable = true;