diff options
author | KJ Ørbekk <kj@orbekk.com> | 2017-05-15 08:18:17 -0400 |
---|---|---|
committer | KJ Ørbekk <kj@orbekk.com> | 2017-05-15 08:18:32 -0400 |
commit | 8a7848feeef9088e837ea1295d0986851e27bd34 (patch) | |
tree | fad51e3db04cb208df0864b1e765a91d18113845 /config | |
parent | 0db738a8cee898fbbd4a327a79e8f2df7b8e0b9e (diff) |
tmux: Enable the right way
Diffstat (limited to 'config')
-rw-r--r-- | config/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |