From c7485503f792634ffb7f9d97f0bdb74472138197 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 5 Jul 2019 22:52:28 +1000 Subject: [PATCH] Added zsh themes and plugins --- Deployments/host_common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Deployments/host_common.nix b/Deployments/host_common.nix index 102e7a5..bf878ab 100644 --- a/Deployments/host_common.nix +++ b/Deployments/host_common.nix @@ -27,6 +27,8 @@ byobu # text-based window manager and terminal multiplexer. htop # interactive process viewer tmux # Terminal multiplexer required by byobu + git # Distributed version control system + powerline-fonts # For zsh themes ]; }; @@ -42,6 +44,8 @@ #''; ohMyZsh = { enable = true; + plugins = [ "git" ]; + theme = "agnoster"; }; }; programs.mosh = {