mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 11:06:41 -07:00
Merge pull request #19 from softinio/softinio/push-kzkkvvqxztqp
remove broot and update vscode configuration
This commit is contained in:
commit
5f1aa0a9e7
4 changed files with 4 additions and 33 deletions
3
home.nix
3
home.nix
|
@ -22,6 +22,7 @@
|
|||
"gh-copilot"
|
||||
"slack"
|
||||
"vscode"
|
||||
"vscode-extension-anthropic-claude-code"
|
||||
"vscode-extension-github-copilot"
|
||||
"vscode-extension-github-copilot-chat"
|
||||
"vscode-extension-MS-python-vscode-pylance"
|
||||
|
@ -75,8 +76,6 @@
|
|||
nixfmt-rfc-style
|
||||
nix-prefetch-git
|
||||
nodejs
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
ollama
|
||||
openssl
|
||||
pandoc
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
{ ... }:
|
||||
let
|
||||
myverbs = [
|
||||
{
|
||||
invocation = "panel_right";
|
||||
key = "alt-right";
|
||||
internal = ":panel_right";
|
||||
}
|
||||
{
|
||||
invocation = "panel_left_no_open";
|
||||
key = "alt-left";
|
||||
internal = ":panel_left_no_open";
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
programs.broot = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
modal = true;
|
||||
verbs = myverbs;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
[
|
||||
./aider
|
||||
./broot
|
||||
./fish
|
||||
./ghostty
|
||||
./git
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
let
|
||||
myExtensions = with pkgs.vscode-extensions; [
|
||||
asvetliakov.vscode-neovim
|
||||
anthropic.claude-code
|
||||
anweber.vscode-httpyac
|
||||
baccata.scaladex-search
|
||||
charliermarsh.ruff
|
||||
davidanson.vscode-markdownlint
|
||||
|
@ -11,7 +12,6 @@ let
|
|||
github.github-vscode-theme
|
||||
github.vscode-github-actions
|
||||
github.vscode-pull-request-github
|
||||
humao.rest-client
|
||||
jnoortheen.nix-ide
|
||||
marp-team.marp-vscode
|
||||
mechatroner.rainbow-csv
|
||||
|
@ -37,6 +37,7 @@ let
|
|||
visualstudioexptteam.vscodeintellicode
|
||||
visualjj.visualjj
|
||||
vscode-icons-team.vscode-icons
|
||||
vscodevim.vim
|
||||
vscjava.vscode-java-pack
|
||||
yzhang.markdown-all-in-one
|
||||
];
|
||||
|
@ -45,9 +46,6 @@ let
|
|||
"editor.fontLigatures" = true;
|
||||
"editor.fontSize" = 13;
|
||||
"editor.copyWithSyntaxHighlighting" = true;
|
||||
"extensions.experimental.affinity" = {
|
||||
"asvetliakov.vscode-neovim" = 1;
|
||||
};
|
||||
"extensions.ignoreRecommendations" = true;
|
||||
"files.autoSave" = "afterDelay";
|
||||
"git.confirmSync" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue