From 559f73fad74c0ac2e50f68b751e9390b40fe622f Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 16 Sep 2023 19:20:11 +0900 Subject: feat(home/base): zellij: add hdev layout --- 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 e6996d5..318031f 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -201,6 +201,21 @@ in } ''; + xdg.configFile."zellij/layouts/hdev.kdl".text = '' + layout { + pane size=1 borderless=true { + plugin location="zellij:tab-bar" + } + pane split_direction="horizontal" { + pane size="80%" command="nvim" + 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