mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
flake update & update jujitsu / vscode / fish
This commit is contained in:
parent
3d1e971c4b
commit
8fed016d19
4 changed files with 37 additions and 21 deletions
|
@ -30,9 +30,7 @@
|
|||
fenv source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||
end
|
||||
|
||||
set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH
|
||||
|
||||
set -xg PATH /Users/salar/.luarocks/bin:/Users/salar/bin:/Users/salar/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $PATH
|
||||
set -xg PATH /Applications/Ghostty.app/Contents/MacOS $HOME/bin $HOME/.cargo/bin /Users/salar/.luarocks/bin:/Users/salar/bin:/Users/salar/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $PATH
|
||||
|
||||
set -xg WORKSPACE /Users/salar/Projects
|
||||
|
||||
|
|
|
@ -60,10 +60,6 @@ let
|
|||
"githubPullRequests.pullBranch" = "never";
|
||||
"markdown.extension.preview.autoShowPreviewToSide" = true;
|
||||
"notebook.formatOnSave" = true;
|
||||
"notebook.codeActionsOnSave" = {
|
||||
"notebook.source.fixAll" = true;
|
||||
"notebook.source.organizeImports" = true;
|
||||
};
|
||||
# Install paste image manually as not in nix ( https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image )
|
||||
"pasteImage.insertPattern" = "![[\${imageFileName}]]";
|
||||
"pasteImage.path" = "\${projectRoot}/Attachments";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue