diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 9f7cb0a..7fedd9d 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -26,6 +26,7 @@ shell.name = "fish"; ssh.enable = true; terminal.program = "alacritty"; + terraform.enable = true; tmux.enable = true; xdg.enable = true; |