summaryrefslogtreecommitdiff
path: root/hm/shell
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-30 13:53:22 +0200
committeradikro <adikro@disroot.org>2026-04-30 13:53:22 +0200
commit427b01da7b5be8a27f67bae13e2808d946ed22d8 (patch)
tree778ae7db0da042d6c0f8487c9f0ff51f3f747de4 /hm/shell
parent68f2b65dbbb97eef9a12f67f362c4adea03cc3b2 (diff)
sync
Diffstat (limited to 'hm/shell')
-rw-r--r--hm/shell/fish.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix
index 1265fa8..908eb8f 100644
--- a/hm/shell/fish.nix
+++ b/hm/shell/fish.nix
@@ -59,22 +59,6 @@ in
name = "pisces";
src = pkgs.fishPlugins.pisces.src;
}
- # {
- # name = "fzf-fish";
- # src = pkgs.fishPlugins.fzf-fish.src;
- # }
- {
- name = "fish-you-should-use";
- src = pkgs.fishPlugins.fish-you-should-use.src;
- }
- {
- name = "colored-man-pages";
- src = pkgs.fishPlugins.colored-man-pages.src;
- }
- # {
- # name = "fifc";
- # src = pkgs.fishPlugins.fifc.src;
- # }
];
};
};