diff options
author | Soispha <soispha@vhack.eu> | 2024-01-28 21:02:51 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-28 21:02:51 +0100 |
commit | d711c5f62ffa0c2221d0cf8456b0c184fec1bece (patch) | |
tree | 2a633f1874e278e0fe25a25dd2dacca99f71324b /hm/soispha/pkgs/default.nix | |
parent | fix(sys/nixpkgs/pkgs): Actually add new comments package (diff) | |
download | nixos-config-d711c5f62ffa0c2221d0cf8456b0c184fec1bece.zip |
fix(hm/pkgs): Remove old `comments` scripts and use rust rewrite
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index c43ec7a7..2a99fc7c 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -87,6 +87,7 @@ with pkgs; let ytc # My tool to download the videos (used in conjunction with the entry above) yts # My tool to select the videos (used in conjunction with the entry above) yt # My tool to both select and then download the videos (a merged version of the two entries above) + comments # My tool to display comments ]; Listen = [ |