Files
nix-config/home/base/tui/encryption/default.nix
Ryan Yin 34fdd92351 feat: comment out nixpkgs-unstable, we use unstable by default (#232)
* feat: comment out nixpkgs-unstable, we use unstable by default

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>

* fix: typo...

---------

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
2025-11-01 07:21:57 -06:00

12 lines
87 B
Nix

{
pkgs,
...
}:
{
home.packages = with pkgs; [
age
sops
rclone
];
}