me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

update stuff

author
Sean Aye
date (May 10, 2026, 3:12 PM -0400) commit 32dfd8a0 parent eb3d8c66 change-id ttkktlty
+10
+10
modules/shell.nix
··· 3 3 let 4 4 zjctl = pkgs: import ../packages/zjctl.nix { inherit pkgs; }; 5 5 zrpc-wasm = pkgs: import ../packages/zrpc-wasm.nix { inherit pkgs; }; 6 + harpoon-wasm = pkgs: import ../packages/harpoon-wasm.nix { inherit pkgs; }; 6 7 in 7 8 { 8 9 flake.modules.homeManager.shell = ··· 41 42 SwitchToMode = "Session"; 42 43 }; 43 44 }; 45 + "shared_except \"locked\"" = { 46 + "bind \"Ctrl y\"" = { 47 + "LaunchOrFocusPlugin \"file:~/.config/zellij/plugins/harpoon.wasm\"" = { 48 + floating = true; 49 + move_to_focused_tab = true; 50 + }; 51 + }; 52 + }; 44 53 }; 45 54 load_plugins = { 46 55 "\"file:~/.config/zellij/plugins/zrpc.wasm\"" = { }; ··· 54 63 }; 55 64 56 65 xdg.configFile."zellij/plugins/zrpc.wasm".source = "${zrpc-wasm pkgs}/zrpc.wasm"; 66 + xdg.configFile."zellij/plugins/harpoon.wasm".source = "${harpoon-wasm pkgs}/harpoon.wasm"; 57 67 58 68 xdg.configFile."zellij/layouts/split.kdl".text = '' 59 69 layout {