diff options
author | tdback <tyler@tdback.net> | 2025-01-24 21:46:13 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-24 21:46:13 -0500 |
commit | 4bc86d007eb9541816d51dcbd9f4f0164aab7bcf (patch) | |
tree | a20e28a51d1d8b0e5b235d1b652b1c4ee50eaa3e /users/tdback | |
parent | 3dd3d6311a4cb3454c45b7c01432f706c0edeaa5 (diff) |
desktop: remove packages that can be pulled in ephemerally with `nix shell`
Diffstat (limited to 'users/tdback')
-rw-r--r-- | users/tdback/desktop.nix | 3 | ||||
-rw-r--r-- | users/tdback/modules/shell/default.nix | 1 |
2 files changed, 1 insertions, 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"; }; }; |