From c77f5730b1b0551452b5ab77ad63cdbbe45142a0 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 10 Jan 2023 14:09:32 +0000 Subject: [PATCH] Add tmux --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d175f62..0110e29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,7 +47,7 @@ in { services.openssh.enable = true; environment.systemPackages = with pkgs; [ - vim htop git + vim htop git tmux ]; services.postgresql.settings = {