feat: commit with nvim (rather than nano)

This commit is contained in:
DannyDannyDanny 2025-09-12 12:24:42 +02:00
parent 4611aae545
commit d35b908001

View file

@ -121,6 +121,16 @@
];
};
# Git configuration
programs.git = {
enable = true;
extraConfig = {
core = {
editor = "nvim";
};
};
};
# Alacritty terminal configuration (managed by Home Manager)
programs.alacritty = {
enable = true;