This commit is contained in:
Matthew Bessette
2026-04-24 13:06:28 -04:00
parent 81459e145a
commit f998494538
4 changed files with 100 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
environment.variables.EDITOR = "vim";
environment.variables.VISUAL = "vim";
environment.variables.GIT_EDITOR = "vim";
environment.variables.OPENCODE_CONFIG = "~/.config/opencode.jsonc";
# Add Homebrew to PATH
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ];
@@ -18,6 +19,7 @@
# Biome config
environment.etc."biome.json".source = ./config.biome.json;
environment.etc."oxlintrc.json".source = ./config.oxlintrc.json;
# environment.etc."opencode.jsonc".source = ./config.opencode.jsonc;
system.primaryUser = "matthew.bessette";
users.users."matthew.bessette" = {
@@ -38,14 +40,30 @@
brews = [
"biome"
"jacobjohansen/tap/rds-auth-proxy"
# CLEO APP
"ccache"
"rbenv"
"ruby-build"
###
];
casks = [
# CLEO APP
"zulu@17"
"android-commandlinetools"
"android-platform-tools"
###
"1password-cli"
"android-commandlinetools"
"android-platform-tools"
"bruno"
"kopiaui"
"libreoffice"
"postico"
"font-fira-code-nerd-font"
"signal"
"spotify"
"yubico-yubikey-manager"