feat(sioyek): init #7

Merged
msyds merged 2 commits from sioyek into main 2026-03-07 15:57:30 -07:00
Showing only changes of commit fbeed753e9 - Show all commits

View File

@@ -9,6 +9,12 @@ in {
config = lib.mkIf cfg.enable {
programs.sioyek = {
enable = true;
bindings = {
"move_down_smooth" = "j";
"move_up_smooth" = "k";
"screen_down_smooth" = [ "d" "<C-d>" ];
"screen_up_smooth" = [ "u" "<C-u>" ];
};
config = {
startup_commands = ''
toggle_dark_mode