feat(nvim): applied kickstart nvim from github

This commit is contained in:
2026-03-10 22:32:31 -04:00
parent 22d0e34139
commit 576cf0dc98
3 changed files with 96 additions and 5 deletions
+11 -2
View File
@@ -88,6 +88,15 @@
'';
};
# Configure cursor theme
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};
# Manage your git configuration declaratively
programs.git = {
enable = true;
@@ -172,8 +181,8 @@
proxyJump = "_JumpHost";
};
"git" = {
hostname = "10.0.0.9";
port = 122;
hostname = "10.0.1.10";
port = 22;
user = "git";
};
};