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
|
||||
];
|
||||
|
||||
home-manager.users.${username}.home.packages = with pkgs; [
|
||||
jq
|
||||
xsv
|
||||
yt-dlp
|
||||
];
|
||||
home-manager.users.${username}.home.packages = with pkgs; [ jq yt-dlp ];
|
||||
}
|
||||
|
|
|
@ -53,7 +53,6 @@ pkgs.devshell.mkShell {
|
|||
poppler_utils
|
||||
(pkgs.lowPrio postgresql_14)
|
||||
stern
|
||||
xsv
|
||||
yarn
|
||||
zlib
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue