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 zellij
author
Sean Aye
date
6 months ago
(Dec 1, 2025, 8:48 AM -0500)
commit
49eb27e6
49eb27e60a178c4694f1a5df8204b3793f182fd8
parent
7fe21663
7fe21663a5a2a3b81aa3d3921b6a5bf534a1cd6c
change-id
sornzzkv
sornzzkvvrtnzmuxwqrutstlrqtwqmqw
+6
-1
1 changed file
Expand all
Collapse all
Unified
Split
hosts
common
home.nix
+6
-1
hosts/common/home.nix
Reviewed
···
439
439
enable = true;
440
440
settings = {
441
441
keybinds = {
442
442
-
unbind = [ "Ctrl q" ];
442
442
+
unbind = [ "Ctrl q" "Ctrl o" ];
443
443
+
normal = {
444
444
+
"bind \"Ctrl m\"" = [
445
445
+
{ SwitchToMode = "Session"; }
446
446
+
];
447
447
+
};
443
448
};
444
449
pane_frames = false;
445
450
ui = {