chore: Cleanup unused packages and comments

This commit is contained in:
uttarayan21
2024-12-17 13:19:33 +05:30
parent 3dbaf49b8e
commit ccea80b88e
5 changed files with 23 additions and 100 deletions

View File

@@ -135,7 +135,6 @@
tmux-super-fingers = final.pkgs.tmuxPlugins.mkTmuxPlugin {
pluginName = "tmux-super-fingers";
version = "v1-2024-02-14";
# TODO: Move to subflake
src = final.pkgs.fetchFromGitHub {
owner = "artemave";
repo = "tmux_super_fingers";
@@ -156,30 +155,6 @@
} $out/files
'';
};
# catppuccin = final: prev: {
# pythonPackagesExtensions =
# prev.pythonPackagesExtensions
# ++ [
# (
# python-final: python-prev: {
# catppuccin = python-prev.catppuccin.overridePythonAttrs (oldAttrs: rec {
# version = "1.3.2";
# # TODO: Move to subflake
# src = prev.fetchFromGitHub {
# owner = "catppuccin";
# repo = "python";
# rev = "refs/tags/v${version}";
# hash = "sha256-spPZdQ+x3isyeBXZ/J2QE6zNhyHRfyRQGiHreuXzzik=";
# };
# # can be removed next version
# disabledTestPaths = [
# "tests/test_flavour.py" # would download a json to check correctness of flavours
# ];
# });
# }
# )
# ];
# };
zellij = final: prev: {
zellijPlugins = {
zjstatus = inputs.zjstatus.packages.${prev.system}.default;