diff --git a/modules/apps/dev/default.nix b/modules/apps/dev/default.nix index c9df2f5..01d0293 100644 --- a/modules/apps/dev/default.nix +++ b/modules/apps/dev/default.nix @@ -20,7 +20,7 @@ in { gcc ghex glsl_analyzer - godot-mono + godot jdk jetbrains.clion jetbrains.idea-ultimate diff --git a/modules/apps/terminal/helix.nix b/modules/apps/terminal/helix.nix index 837eda6..076210d 100644 --- a/modules/apps/terminal/helix.nix +++ b/modules/apps/terminal/helix.nix @@ -29,14 +29,13 @@ normal = { c = changeMacro; d = deleteMacro; + + g = {q = "@g80|";}; }; select = { c = changeMacro; d = deleteMacro; }; - goto = { - q = "@g80|"; - }; }; }; languages.language = [];