home | lunarvim -> nixvim again
Still need to update keybindings.
This commit is contained in:
parent
ef7d05aaa6
commit
4be9eda30b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, config, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
programs.lazygit = { settings = { os.editPreset = "lvim"; }; };
|
programs.lazygit = { settings = { os.editPreset = "nvim"; }; };
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
core = {
|
core = {
|
||||||
user = "Don Harper";
|
user = "Don Harper";
|
||||||
email = "duck@duckland.org";
|
email = "duck@duckland.org";
|
||||||
editor = "${pkgs.lunarvim}/bin/lvim";
|
editor = "nvim";
|
||||||
sshCommand = "${pkgs.openssh}/bin/ssh -i ~/.ssh/git";
|
sshCommand = "${pkgs.openssh}/bin/ssh -i ~/.ssh/git";
|
||||||
};
|
};
|
||||||
safe = { directory = "/home/don/src/nixos/duckland/.git"; };
|
safe = { directory = "/home/don/src/nixos/duckland/.git"; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue