home | lunarvim -> nixvim again

Still need to update keybindings.
This commit is contained in:
Don Harper 2025-07-13 22:17:30 -05:00
parent ef7d05aaa6
commit 4be9eda30b

View file

@ -1,5 +1,5 @@
{ pkgs, config, ... }: {
programs.lazygit = { settings = { os.editPreset = "lvim"; }; };
programs.lazygit = { settings = { os.editPreset = "nvim"; }; };
programs.git = {
enable = true;
aliases = {
@ -14,7 +14,7 @@
core = {
user = "Don Harper";
email = "duck@duckland.org";
editor = "${pkgs.lunarvim}/bin/lvim";
editor = "nvim";
sshCommand = "${pkgs.openssh}/bin/ssh -i ~/.ssh/git";
};
safe = { directory = "/home/don/src/nixos/duckland/.git"; };