From 16a2e68c29b2a4d6e286fbe0d64621fc1f2ffd96 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 5 May 2020 19:21:21 +1000 Subject: [PATCH] Added nix-index --- roles/host_common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/host_common.nix b/roles/host_common.nix index 422e37b..57df560 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -47,6 +47,7 @@ htop # interactive process viewer (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system ncdu # Disk usage analyzer with an ncurses interface + nix-index # A files database for nixpkgs powerline-fonts # For zsh themes lsof # list open files direnv # A shell extension that manages your environment @@ -77,7 +78,7 @@ ''; ohMyZsh = { enable = true; - plugins = [ "git" "tmux" ]; + plugins = [ "git" ]; }; promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme"; };