feat: commit with nvim (rather than nano) ✨
This commit is contained in:
parent
4611aae545
commit
d35b908001
1 changed files with 10 additions and 0 deletions
|
|
@ -121,6 +121,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Git configuration
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
core = {
|
||||||
|
editor = "nvim";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Alacritty terminal configuration (managed by Home Manager)
|
# Alacritty terminal configuration (managed by Home Manager)
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue