This commit is contained in:
mjallen18
2025-07-24 11:06:08 -05:00
parent f05972d6ae
commit 3d213c8769
164 changed files with 1777 additions and 1257 deletions

View File

@@ -1,4 +1,9 @@
{ config, inputs, pkgs, ... }:
{
config,
inputs,
pkgs,
...
}:
{
imports = [
./nix.nix

View File

@@ -63,4 +63,4 @@
};
# homebrew.global.autoUpdate = true;
}
}

View File

@@ -14,4 +14,4 @@
config.allowUnfree = true;
hostPlatform = "aarch64-darwin";
};
}
}

View File

@@ -19,6 +19,6 @@
};
};
zsh.enable = true; # default shell on catalina
zsh.enable = true; # default shell on catalina
};
}
}