mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
13 lines
104 B
Nix
13 lines
104 B
Nix
{
|
|
pkgs,
|
|
pkgs-unstable,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
age
|
|
sops
|
|
rclone
|
|
];
|
|
}
|