mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
added terraform support
This commit is contained in:
parent
216cd53d70
commit
14955bc2b7
|
@ -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…
Reference in a new issue