Add terraform
This commit is contained in:
parent
c1db7cf40c
commit
bce6bb1e15
2 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
./obs-studio
|
||||
./pass.nix
|
||||
./sway
|
||||
./terraform.nix
|
||||
./tmux.nix
|
||||
./tor-browser.nix
|
||||
];
|
||||
|
|
|
|||
11
home-manager/modules/terraform.nix
Normal file
11
home-manager/modules/terraform.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
terraform
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
TF_PLUGIN_CACHE_DIR = "${config.xdg.configHome}/.local/share/terraform/plugins";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue