diff --git a/home-manager/features/helix.nix b/home-manager/features/helix.nix index 3ed952c..c62dd50 100644 --- a/home-manager/features/helix.nix +++ b/home-manager/features/helix.nix @@ -27,7 +27,8 @@ }; }; keys.normal = { - "C-y" = ":sh ${pkgs.zellij}/bin/zellij run -f -x 10% -y 10% --width 80% --height 80% -- ${pkgs.bash}/bin/bash ${config.xdg.configHome}/helix/yazi-picker.sh"; + "C-y" = + ":sh ${pkgs.zellij}/bin/zellij run -f -x 10% -y 10% --width 80% --height 80% -- ${pkgs.bash}/bin/bash ${config.xdg.configHome}/helix/yazi-picker.sh"; }; # teme = "rose_pine_moon"; }; diff --git a/home-manager/features/vscode/settings.nix b/home-manager/features/vscode/settings.nix index 2e5bebe..19f5fcb 100644 --- a/home-manager/features/vscode/settings.nix +++ b/home-manager/features/vscode/settings.nix @@ -37,7 +37,8 @@ in "editor.accessibilitySupport" = "off"; "editor.bracketPairColorization.enabled" = true; "editor.cursorSmoothCaretAnimation" = "on"; - "editor.fontFamily" = "'Iosevka Custom' 'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace"; + "editor.fontFamily" = + "'Iosevka Custom' 'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace"; "editor.fontSize" = 13; "editor.fontLigatures" = true; "editor.formatOnPaste" = true;