chore: Cleanup unused packages and comments
This commit is contained in:
25
overlays.nix
25
overlays.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user