feat: add tessen
This commit is contained in:
parent
3b2e1b5c82
commit
a30767d95c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# ✨ Magical shell history
|
# ✨ Magical shell history
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
tessen
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue