From 563106285654b0d7b5c132e44cdeeba715a25186 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 7 Jan 2020 10:01:42 +1000 Subject: [PATCH] Switched from agnoster to powerlevel9k --- roles/host_common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/host_common.nix b/roles/host_common.nix index 5c8e047..c7f41f1 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -6,6 +6,7 @@ imports = [ + ./tmux.nix ]; # Select internationalisation properties. @@ -39,7 +40,6 @@ systemPackages = with pkgs; [ 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 lsof # list open files @@ -69,8 +69,8 @@ ohMyZsh = { enable = true; plugins = [ "git" "tmux" ]; - theme = "agnoster"; }; + promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme"; }; users.defaultUserShell = pkgs.zsh; # Set the default shell for all users