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

@@ -198,6 +198,7 @@
};
home.packages = with pkgs; [
basecamp
comma
coreutils
devenv

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];
};

View File

@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
with lib; let