programs: Remove xsv
This commit is contained in:
parent
6814e7d03f
commit
bb8fbda1c3
2 changed files with 1 additions and 6 deletions
|
@ -8,9 +8,5 @@ in
|
||||||
./hledger
|
./hledger
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.${username}.home.packages = with pkgs; [
|
home-manager.users.${username}.home.packages = with pkgs; [ jq yt-dlp ];
|
||||||
jq
|
|
||||||
xsv
|
|
||||||
yt-dlp
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
|
||||||
poppler_utils
|
poppler_utils
|
||||||
(pkgs.lowPrio postgresql_14)
|
(pkgs.lowPrio postgresql_14)
|
||||||
stern
|
stern
|
||||||
xsv
|
|
||||||
yarn
|
yarn
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue