bump
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user