Install jq and xsv by default

This commit is contained in:
Charlotte Van Petegem 2023-06-07 16:14:37 +02:00
parent 7c81f1eb6c
commit f73c9b3601
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -12,6 +12,8 @@
home-manager.users.charlotte = { ... }: {
home.packages = with pkgs; [
jq
xsv
(yt-dlp.overrideAttrs (old: {
version = "unstable";
src = pkgs.fetchFromGitHub {