added packages to echidna
parent
3be54dc6e1
commit
27e6ede3dc
|
@ -16,6 +16,7 @@ in {
|
||||||
choose-pass
|
choose-pass
|
||||||
pkgs.ansible
|
pkgs.ansible
|
||||||
pkgs.cheat
|
pkgs.cheat
|
||||||
|
pkgs.colima
|
||||||
pkgs.coreutils-full
|
pkgs.coreutils-full
|
||||||
pkgs.csvkit
|
pkgs.csvkit
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
|
@ -66,7 +67,7 @@ in {
|
||||||
noLock = true;
|
noLock = true;
|
||||||
};
|
};
|
||||||
casks = [ "kmbmpdc" "librewolf" "virtualbox" ];
|
casks = [ "kmbmpdc" "librewolf" "virtualbox" ];
|
||||||
brews = [ "mpd" "choose-gui" "vitetris" ];
|
brews = [ "pyenv" "mpd" "choose-gui" "vitetris" ];
|
||||||
taps =
|
taps =
|
||||||
[ "homebrew/bundle" "homebrew/cask" "homebrew/core" "homebrew/services" ];
|
[ "homebrew/bundle" "homebrew/cask" "homebrew/core" "homebrew/services" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue