darwin rebuilding

This commit is contained in:
lsoriano-mcm
2025-08-07 12:01:20 -05:00
parent 12dbe7536f
commit b86646816b
12 changed files with 247 additions and 25 deletions
+17
View File
@@ -0,0 +1,17 @@
{
myConfig = {
General = {
terminal = {
size = 18;
font = "JetBrainsMono Nerd Font";
shell = "fish"; # or zsh
aliases = {};
};
};
NixOS = {
};
Darwin = {
username = "lsoriano";
};
};
}