From 4bc86d007eb9541816d51dcbd9f4f0164aab7bcf Mon Sep 17 00:00:00 2001 From: tdback Date: Fri, 24 Jan 2025 21:46:13 -0500 Subject: desktop: remove packages that can be pulled in ephemerally with `nix shell` --- users/tdback/desktop.nix | 3 +-- users/tdback/modules/shell/default.nix | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix index 1a2e1a3..3ec058f 100644 --- a/users/tdback/desktop.nix +++ b/users/tdback/desktop.nix @@ -45,11 +45,10 @@ in feh gimp gitu + imagemagick mpv nixd pciutils - tidal-dl - yt-dlp zathura ]; diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix index 3237cda..bb77e88 100644 --- a/users/tdback/modules/shell/default.nix +++ b/users/tdback/modules/shell/default.nix @@ -54,7 +54,6 @@ cat = "bat -pp"; grep = "grep --color=auto"; diff = "diff --color=auto"; - song = "yt-dlp --continue --no-check-certificate --format=bestaudio -x --add-metadata --audio-format=flac"; mkdir = "mkdir -p"; }; }; -- cgit v1.2.3