mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
added terraform support
This commit is contained in:
parent
216cd53d70
commit
14955bc2b7
1 changed files with 5 additions and 4 deletions
|
@ -2,11 +2,12 @@
|
||||||
{
|
{
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages =
|
environment.systemPackages = with pkgs;
|
||||||
[
|
[
|
||||||
pkgs.neovim
|
neovim
|
||||||
pkgs.kitty
|
kitty
|
||||||
pkgs.kittysay
|
kittysay
|
||||||
|
terraform
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue