feat(nvim): applied kickstart nvim from github
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user