feat(grfn/home): Install somee aws tools

Change-Id: I599ee3567a61d9bbed1326c481e0def01e68f140
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5439
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2022-04-06 10:23:10 -04:00 committed by clbot
parent a1f0714e60
commit 96114e1cf8
2 changed files with 15 additions and 2 deletions

View file

@ -41,8 +41,6 @@ in
}) })
steam steam
awscli2
]; ];
systemd.user.services.laptop-keyboard = { systemd.user.services.laptop-keyboard = {

View file

@ -8,6 +8,21 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
# This goes in $PATH so I can run it from rofi and parent to my WM # This goes in $PATH so I can run it from rofi and parent to my WM
(writeShellScriptBin "dotclip" "xclip -out -selection clipboard | dot -Tpng | feh -") (writeShellScriptBin "dotclip" "xclip -out -selection clipboard | dot -Tpng | feh -")
(buildGoModule rec {
pname = "rain";
version = "1.2.0";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = pname;
rev = "v${version}";
sha256 = "168gkchshl5f1awqi1cgvdkm6q707702rnn0v4i5djqxmg5rk0p9";
};
vendorSha256 = "16bx7cjh5cq9zlis8lf28i016avgqf3j9fmcvkqzd8db2vxpqx3v";
})
awscli2
amazon-ecr-credential-helper
]; ];
programs.zsh.shellAliases = { programs.zsh.shellAliases = {