From 70315d50201ea0aec7f6d42ec8b0e7560a5207ee Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:21:57 -0500 Subject: [PATCH] nvim-web-devicons --- modules/programs/zsh.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"]; }; };