From 3e8f59b29232771a90be400584ef2977df5037f7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Aug 2023 18:38:45 +0900 Subject: feat(home/base): zellij: add layout sdev --- home/profiles/base/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index e9d737a..e68a00f 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -238,6 +238,21 @@ in }; }; + xdg.configFile."zellij/layouts/sdev.kdl".text = '' + layout { + pane size=1 borderless=true { + plugin location="zellij:tab-bar" + } + pane split_direction="vertical" { + pane size="80%" command="hx" + pane size="20%" + } + pane size=2 borderless=true { + plugin location="zellij:status-bar" + } + } + ''; + services = { gpg-agent = lib.mkIf pkgs.stdenv.isLinux { enable = true; -- cgit 1.4.1