summaryrefslogtreecommitdiff
path: root/config/common.nix
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-05-15 08:18:17 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-05-15 08:18:32 -0400
commit8a7848feeef9088e837ea1295d0986851e27bd34 (patch)
treefad51e3db04cb208df0864b1e765a91d18113845 /config/common.nix
parent0db738a8cee898fbbd4a327a79e8f2df7b8e0b9e (diff)
tmux: Enable the right way
Diffstat (limited to 'config/common.nix')
-rw-r--r--config/common.nix2
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";