From 8a7848feeef9088e837ea1295d0986851e27bd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Mon, 15 May 2017 08:18:17 -0400 Subject: tmux: Enable the right way --- config/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/common.nix') diff --git a/config/common.nix b/config/common.nix index 90623c3..548e252 100644 --- a/config/common.nix +++ b/config/common.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: { programs.fish.enable = true; + programs.tmux.enable = true; environment.shellAliases = { vim = "nvim"; @@ -18,7 +19,6 @@ pass silver-searcher whois - tmux ]; time.timeZone = "America/New_York"; -- cgit v1.2.3