fix syntax errors with sky

This commit is contained in:
Sky Hearn 2024-03-06 21:56:13 +00:00
parent dec37af817
commit 9ea5275661
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
enable = true; enable = true;
shellAliases = { shellAliases = {
nv = "nvim"; nv = "nvim";
} };
} };
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Sky Hearn"; userName = "Sky Hearn";
userEmail = "sky.hearn@pm.me"; userEmail = "sky.hearn@pm.me";
} };
# The state version is required and should stay at the version you # The state version is required and should stay at the version you
# originally installed. # originally installed.