Add ax (axolotl) custom Go package from self-hosted git
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
# AI
|
||||
claude-code
|
||||
|
||||
# Custom packages
|
||||
(pkgs.callPackage ../pkgs/ax {})
|
||||
|
||||
# Unstable packages (if needed)
|
||||
# pkgs-unstable.some-package
|
||||
];
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile.".tmux-setup" = {
|
||||
source = ../../config/.tmux-setup;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user