fix syntax errors with sky
This commit is contained in:
parent
dec37af817
commit
9ea5275661
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue