alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
configure aws cli
author
Sean Aye
date
10 months ago
(Aug 21, 2025, 3:13 PM UTC)
commit
69e52b0e
69e52b0e61a09468af21ea7424a23d528f782bbb
parent
7872f437
7872f43759ac912789cdad1aa30e722b32ec4361
change-id
oyonuklr
oyonuklrtpztzktpvsxvxqmvmukyxqyk
+9
-1
1 changed file
Expand all
Collapse all
Unified
Split
home.nix
+9
-1
home.nix
Reviewed
···
118
118
'';
119
119
};
120
120
121
121
+
programs.awscli2 = {
122
122
+
enable = true;
123
123
+
settings = {
124
124
+
"default" = {
125
125
+
region = "us-east-2";
126
126
+
};
127
127
+
};
128
128
+
};
129
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
157
-
awscli2 # aws control
158
166
vscode-json-languageserver
159
167
160
168
# --- FONTS ARE IMPORTANT ---