diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 9786bc6..34461d8 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -93,9 +93,13 @@ in git.enable = true; # git.neogit.enable = true; extraPlugins = with pkgs.vimPlugins; { + icons = { + package = nvim-web-devicons; + }; octo = { package = octo-nvim; - after = ["telescope"]; + setup = "require('octo').setup {}"; + after = ["telescope" "icons"]; }; };