me like nix
0

Configure Feed

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

add more niri keybinds

author
Sean Aye
date (Aug 26, 2025, 8:34 PM -0400) commit b22f6146 parent 3016336e change-id uwqkvwoz
+6
+6
home.nix
··· 68 68 "Mod+Shift+l".action = { 69 69 move-column-right = { }; 70 70 }; 71 + "Mod+Down".action = { 72 + move-workspace-down = { }; 73 + }; 74 + "Mod+Up".action = { 75 + move-workspace-up = { }; 76 + }; 71 77 "Mod+p".action = { 72 78 show-hotkey-overlay = { }; 73 79 };