10 lines
147 B
Nix
10 lines
147 B
Nix
# ✨ Magical shell history
|
|
{pkgs, ...}: {
|
|
programs.password-store = {
|
|
enable = true;
|
|
};
|
|
|
|
home.packages = with pkgs; [
|
|
tessen
|
|
];
|
|
}
|