removed other peeps

This commit is contained in:
Charlie Root 2024-04-29 22:18:58 +02:00
commit f1582a353b
31 changed files with 40 additions and 937 deletions

View file

@ -14,11 +14,6 @@ in {
description = "extra shell aliases";
default = {};
};
profiling = mkOption {
type = types.bool;
description = "enable zsh profiling";
default = false;
};
};
config = mkIf cfg.enable {
@ -36,6 +31,12 @@ in {
enable = true;
interactiveShellInit = "set fish_greeting";
plugins = [
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
{ name = "z"; src = pkgs.fishPlugins.z.src; }
{ name = "sponge"; src = pkgs.fishPlugins.sponge.src; }
{ name = "done"; src = pkgs.fishPlugins.done.src; }
{ name = "colored_man_pages"; src = pkgs.fishPlugins.colored-man-pages.src; }
{ name = "tide"; src = pkgs.fishPlugins.tide.src; }
];
shellAliases = {