mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
add jujutsu, vscode updates and flake update
This commit is contained in:
parent
5c8bf490c2
commit
2889dbcfb8
4 changed files with 62 additions and 13 deletions
15
home.nix
15
home.nix
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue