add jujutsu, vscode updates and flake update

This commit is contained in:
Salar Rahmanian 2024-11-13 22:37:45 -08:00
parent 5c8bf490c2
commit 2889dbcfb8
4 changed files with 62 additions and 13 deletions

View file

@ -19,6 +19,7 @@
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"
"vscode-extension-MS-python-vscode-pylance"
"vscode-extension-visualjj-visualjj"
"zoom"
];
@ -49,6 +50,7 @@
go
graphviz
jq-lsp
lazyjj
luajit
lua-language-server
marksman
@ -185,6 +187,19 @@
enable = true;
};
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Salar Rahmanian";
email = "code@softinio.com";
};
ui = {
editor = "nvim";
};
};
};
programs.lazygit = {
enable = true;
};