added packages to echidna

feat/kile-v2
Ricard Illa 2022-02-02 16:31:31 +01:00
parent 3be54dc6e1
commit 27e6ede3dc
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 1 deletions

View File

@ -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" ];
};