1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

git-preview: remove

This commit is contained in:
2025-12-13 22:53:13 +01:00
parent bae1d0b0cc
commit 367acd05e5
3 changed files with 0 additions and 25 deletions

View File

@@ -360,7 +360,6 @@
fkill = pkgs.callPackage packages/fkill.nix {};
fzfmenu = pkgs.callPackage packages/fzfmenu.nix {};
gfs-fonts = pkgs.callPackage packages/gfs-fonts.nix {};
git-preview = pkgs.callPackage packages/git-preview.nix {};
gpt35 = pkgs.callPackage packages/gpt.nix {model = "gpt-3.5-turbo";};
gpt4 = pkgs.callPackage packages/gpt.nix {model = "gpt-4";};
hc = pkgs.callPackage packages/hc.nix {};