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