me like nix
0

Configure Feed

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

add aws 1pw plugin

author
Sean Aye
date (Aug 20, 2025, 10:52 AM -0400) commit d7ab11b1 parent a51bf32e change-id wtnvwwnp
+5
+5
home.nix
··· 136 136 sqlitebrowser 137 137 gnome-characters # symbol picker 138 138 sendme # file transfer 139 + awscli2 # aws control 139 140 140 141 # --- FONTS ARE IMPORTANT --- 141 142 noto-fonts ··· 201 202 enable = true; 202 203 interactiveShellInit = '' 203 204 set fish_greeting 205 + # Load 1Password CLI plugins 206 + if test -f ~/.config/op/plugins.sh 207 + source ~/.config/op/plugins.sh 208 + end 204 209 ''; 205 210 }; 206 211