mirror of
https://github.com/wlcx/home.git
synced 2025-12-11 12:53:45 +00:00
5 lines
61 B
Nix
5 lines
61 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [ awscli2 ];
|
|
}
|