My NixOS and Home Manager configurations
10
fork

Configure Feed

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

update helix config to use smooth scroll plugin

quasigod e1a89647 67f5b895

+5 -1
+5 -1
modules/apps/helix.nix
··· 25 25 C-l = "jump_view_right"; 26 26 C-r = ":reload"; 27 27 A-r = ":reset-diff-change"; 28 - "space"."=" = ":format"; 28 + C-d = ":half-page-down-smooth"; 29 + C-u = ":half-page-up-smooth"; 30 + pageup = ":page-up-smooth"; 31 + pagedown = ":page-down-smooth"; 32 + space."=" = ":format"; 29 33 }; 30 34 editor = { 31 35 shell = [