lint
This commit is contained in:
parent
9c92ea27e3
commit
8a2127b3d8
37 changed files with 75 additions and 67 deletions
|
@ -11,13 +11,13 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
# runtime dependencies of plugins
|
||||
user.packages = with pkgs; [
|
||||
user.packages = with pkgs; [
|
||||
# fzf-fish
|
||||
bat fd fzf
|
||||
bat fd fzf
|
||||
# grc
|
||||
grc
|
||||
grc
|
||||
# tide
|
||||
fishPlugins.tide
|
||||
fishPlugins.tide
|
||||
# done
|
||||
libnotify
|
||||
];
|
||||
|
@ -28,10 +28,10 @@ in {
|
|||
colorScript = nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; };
|
||||
in {
|
||||
enable = true;
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{ name = "fzf-fish"; src = fzf-fish.src; }
|
||||
{ name = "grc"; src = grc.src; }
|
||||
{ name = "tide"; src = tide.src; }
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{ name = "fzf-fish"; src = fzf-fish.src; }
|
||||
{ name = "grc"; src = grc.src; }
|
||||
{ name = "tide"; src = tide.src; }
|
||||
{ name = "done"; src = done.src; }
|
||||
|
||||
{ name = "autopair"; src = autopair.src; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue