feat: add tessen

This commit is contained in:
Glen Goodwin 2023-12-21 00:40:37 -05:00
parent 3b2e1b5c82
commit a30767d95c

View file

@ -1,6 +1,10 @@
# ✨ Magical shell history
{...}: {
{pkgs, ...}: {
programs.password-store = {
enable = true;
};
home.packages = with pkgs; [
tessen
];
}