mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59: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,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
options,
|
options,
|
||||||
userName,
|
userName,
|
||||||
...
|
...
|
||||||
@@ -30,6 +31,15 @@
|
|||||||
};
|
};
|
||||||
environmentFiles = cfg.environmentFiles;
|
environmentFiles = cfg.environmentFiles;
|
||||||
addToSystemPackages = true;
|
addToSystemPackages = true;
|
||||||
|
|
||||||
|
extraPlugins = [
|
||||||
|
(pkgs.fetchFromGitHub {
|
||||||
|
owner = "DietrichGebert";
|
||||||
|
repo = "ponytail";
|
||||||
|
rev = "v4.9.0";
|
||||||
|
hash = "sha256-8cYggVltBAlZ/Zj4pl1bOu7mQdZFXCmDGW4RSpvRA+w=";
|
||||||
|
})
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.${userName}.extraGroups = [ "hermes" ];
|
users.users.${userName}.extraGroups = [ "hermes" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user