Compare commits
1 Commits
e7c17a948a
...
db2ee5630a
| Author | SHA1 | Date | |
|---|---|---|---|
| db2ee5630a |
@@ -1,25 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
let cfg = config.sydnix.users.msyds.sioyek;
|
|
||||||
in {
|
|
||||||
options.sydnix.users.msyds.sioyek = {
|
|
||||||
enable = lib.mkEnableOption "Sioyek";
|
|
||||||
};
|
|
||||||
|
|
||||||
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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -68,7 +68,6 @@
|
|||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
dank-material-shell.enable = true;
|
dank-material-shell.enable = true;
|
||||||
sioyek.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user