mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(ai-harness): add ponytail plugin
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
plugin = [ "@dietrichgebert/ponytail" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
options,
|
||||
userName,
|
||||
...
|
||||
@@ -30,6 +31,15 @@
|
||||
};
|
||||
environmentFiles = cfg.environmentFiles;
|
||||
addToSystemPackages = true;
|
||||
|
||||
extraPlugins = [
|
||||
(pkgs.fetchFromGitHub {
|
||||
owner = "DietrichGebert";
|
||||
repo = "ponytail";
|
||||
rev = "v4.9.0";
|
||||
hash = "sha256-8cYggVltBAlZ/Zj4pl1bOu7mQdZFXCmDGW4RSpvRA+w=";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
users.users.${userName}.extraGroups = [ "hermes" ];
|
||||
|
||||
Reference in New Issue
Block a user