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 = {