mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-03 19:51:37 +02:00
8 lines
81 B
Nix
8 lines
81 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
age
|
|
sops
|
|
rclone
|
|
];
|
|
}
|