me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

configure aws cli

author
Sean Aye
date (Aug 21, 2025, 3:13 PM UTC) commit 69e52b0e parent 7872f437 change-id oyonuklr
+9 -1
+9 -1
home.nix
··· 118 118 ''; 119 119 }; 120 120 121 + programs.awscli2 = { 122 + enable = true; 123 + settings = { 124 + "default" = { 125 + region = "us-east-2"; 126 + }; 127 + }; 128 + }; 129 + 121 130 # All your user-specific packages 122 131 home.packages = with pkgs; [ 123 132 helix ··· 154 163 sendme # file transfer 155 164 desktop-file-utils # for managing .desktop files 156 165 flyctl # fly.io cli 157 - awscli2 # aws control 158 166 vscode-json-languageserver 159 167 160 168 # --- FONTS ARE IMPORTANT ---