From a266a2e70c9bf3976221d1f0d92e91dac30c8305 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 6 Mar 2020 14:58:18 +1000 Subject: [PATCH] Corrected typo --- roles/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];