feat: aws config
This commit is contained in:
parent
7370ee0a23
commit
29dc9d8897
2 changed files with 48 additions and 1 deletions
|
|
@ -90,6 +90,15 @@ in
|
|||
++ lib.optionals go [ "${config.xdg.dataHome}/go/bin" ]
|
||||
++ lib.optionals node [ "${config.xdg.dataHome}/pnpm" ];
|
||||
|
||||
xdg.configFile."aws/config" = lib.mkIf aws {
|
||||
text = ''
|
||||
[default]
|
||||
[profile barrett]
|
||||
region = us-east-2
|
||||
output = json
|
||||
'';
|
||||
};
|
||||
|
||||
xdg.configFile."npm/npmrc" = lib.mkIf node {
|
||||
text = ''
|
||||
prefix=''${XDG_DATA_HOME}/npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue