feat: move aws related stuff under .config
This commit is contained in:
7
hosts/default/aws.nix
Normal file
7
hosts/default/aws.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.sessionVariables = {
|
||||
AWS_CONFIG_FILE = "${config.xdg.configHome}/aws/config";
|
||||
AWS_SHARED_CREDENTIALS_FILE = "${config.xdg.configHome}/aws/credentials";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user