feat: implement agent skills

This commit is contained in:
m3tm3re
2026-03-28 10:17:29 +01:00
parent 1bc1616a4f
commit 87939ce630
12 changed files with 212 additions and 100 deletions

View File

@@ -15,6 +15,7 @@ in {
package =
pkgs.pass-wayland.withExtensions
(exts: [exts.pass-otp exts.pass-import]);
settings = {PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store";};
};
home.packages = with pkgs; [pinentry-gnome3];
};