[feat] Set shell to sh

This commit is contained in:
Uttarayan Mondal
2024-03-14 19:46:33 +05:30
parent 1ffe1007f2
commit 6394a83ac4

View File

@@ -3,6 +3,7 @@
programs.nixneovim = { programs.nixneovim = {
enable = true; enable = true;
options = { options = {
shell = "sh";
number = true; number = true;
relativenumber = true; relativenumber = true;
tabstop = 4; tabstop = 4;