mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-23 18:01:25 +01:00
12 lines
118 B
Nix
12 lines
118 B
Nix
{
|
|
pkgs,
|
|
pkgs-unstable,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
age
|
|
pkgs-unstable.sops
|
|
rclone
|
|
];
|
|
}
|