diff --git a/roles/tmux.nix b/roles/tmux.nix index 5864ac8..d1c35d8 100644 --- a/roles/tmux.nix +++ b/roles/tmux.nix @@ -51,7 +51,7 @@ }; environment.systemPackages = with pkgs; [ - python36Packages.powerline # Prompt enhacer + python36Packages.powerline # Prompt enhancer tmux ];