From 27e6ede3dccf7b4ac71c17e079e946e9b77f45ff Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 2 Feb 2022 16:31:31 +0100 Subject: [PATCH] added packages to echidna --- echidna.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/echidna.nix b/echidna.nix index c0c7ace..e69fc4d 100644 --- a/echidna.nix +++ b/echidna.nix @@ -16,6 +16,7 @@ in { choose-pass pkgs.ansible pkgs.cheat + pkgs.colima pkgs.coreutils-full pkgs.csvkit pkgs.curl @@ -66,7 +67,7 @@ in { noLock = true; }; casks = [ "kmbmpdc" "librewolf" "virtualbox" ]; - brews = [ "mpd" "choose-gui" "vitetris" ]; + brews = [ "pyenv" "mpd" "choose-gui" "vitetris" ]; taps = [ "homebrew/bundle" "homebrew/cask" "homebrew/core" "homebrew/services" ]; };