Install jq and xsv by default
This commit is contained in:
parent
7c81f1eb6c
commit
f73c9b3601
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
home.packages = with pkgs; [
|
||||
jq
|
||||
xsv
|
||||
(yt-dlp.overrideAttrs (old: {
|
||||
version = "unstable";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue