Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Dec 19, 2024
1 parent 2fbf206 commit 83cc87a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion home-manager/features/helix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
3 changes: 2 additions & 1 deletion home-manager/features/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83cc87a

Please sign in to comment.