Merge branch 'master' of git.uninsane.org:colin/nix-files

This commit is contained in:
Colin 2023-04-16 00:22:00 +00:00
commit b7f2f4f5c4

View File

@ -110,11 +110,12 @@ let
lshw
ffmpeg
memtester
# nettools
# networkmanager
nixpkgs-review
# nixos-generators
# nettools
nmon
# node2nix
oathToolkit # for oathtool
# ponymix
pulsemixer
@ -133,6 +134,7 @@ let
unar
wireguard-tools
xdg-utils # for xdg-open
# yarn
# youtube-dl
yt-dlp
;
@ -376,6 +378,8 @@ in
whalebird.private = [ ".config/Whalebird" ];
yarn.dir = [ ".cache/yarn" ];
# zcash coins. safe to delete, just slow to regenerate (10-60 minutes)
zecwallet-lite.private = [ ".zcash" ];
}