Remove terraform as it is unfree now

This commit is contained in:
Jakob Lechner 2023-11-24 19:59:21 +00:00
parent 07fd427471
commit 048d474d3f
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 0 additions and 12 deletions

View file

@ -29,7 +29,6 @@
./python.nix
./sound
./sway
./terraform.nix
./tmux.nix
./tor-browser.nix
./vdirsyncer.nix

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
terraform
];
home.sessionVariables = {
TF_PLUGIN_CACHE_DIR = "$HOME/.local/share/terraform/plugins";
};
}