summaryrefslogtreecommitdiff
path: root/config/common.nix
diff options
context:
space:
mode:
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";