From 2f8e820dba5e888f34498dbf3cd63f6fe65adfc0 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:08:25 +0530 Subject: [PATCH] feat: add zellij as terminal multiplexer --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 8d1871d..c600b45 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -186,6 +186,7 @@ unrar wine yt-dlp + zellij ]; shell = pkgs.fish; };