From 7338664224477cd0a2fe8f40c8132924e0d7a80e Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Mon, 30 Dec 2024 03:15:57 +0100 Subject: [PATCH] cringe --- nix-darwin/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 92d33a3..419f7bf 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -216,6 +216,7 @@ cr = "cd $(git rev-parse --show-toplevel)"; nd = "nix develop -c $SHELL"; ls = "ls --color"; + tmux = "tmux -2"; }; oh-my-zsh = { enable = true;