alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update stuff
author
Sean Aye
date
1 month ago
(May 10, 2026, 3:12 PM -0400)
commit
32dfd8a0
32dfd8a044ff7cfc293b15bb614c808ab9689afc
parent
eb3d8c66
eb3d8c660378ac2d19ed2396acb0f1c62ad5f8dc
change-id
ttkktlty
ttkktltyxzqkmyzmzuprtplszmnumnpr
+10
1 changed file
Expand all
Collapse all
Unified
Split
modules
shell.nix
+10
modules/shell.nix
Reviewed
···
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
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
45
+
"shared_except \"locked\"" = {
46
46
+
"bind \"Ctrl y\"" = {
47
47
+
"LaunchOrFocusPlugin \"file:~/.config/zellij/plugins/harpoon.wasm\"" = {
48
48
+
floating = true;
49
49
+
move_to_focused_tab = true;
50
50
+
};
51
51
+
};
52
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
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 {