pinwheel: Add terraform module
This commit is contained in:
9
hosts/pinwheel/modules/terraform/default.nix
Normal file
9
hosts/pinwheel/modules/terraform/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ...}:
|
||||||
|
{
|
||||||
|
home-manager.users.alex = {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.terraform
|
||||||
|
pkgs.terraform-ls
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user