fixes cleo-darwin
This commit is contained in:
+8
-9
@@ -3,7 +3,6 @@
|
||||
nixpkgs.overlays = [ inputs.nix-vscode-extensions.overlays.default ];
|
||||
ids.gids.nixbld = 350;
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
# 1Password SSH Socket
|
||||
environment.variables.SSH_AUTH_SOCK = "~/Library/Group Containers/2BU8OCWD5C.com.1password/t/agent.sock";
|
||||
|
||||
@@ -11,7 +10,7 @@
|
||||
environment.variables.EDITOR = "vim";
|
||||
environment.variables.VISUAL = "vim";
|
||||
environment.variables.GIT_EDITOR = "vim";
|
||||
environment.variables.OPENCODE_CONFIG = "~/.config/opencode.jsonc";
|
||||
environment.variables.HOMEBREW_NO_ANALYTICS = "1";
|
||||
|
||||
# Add Homebrew to PATH
|
||||
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" "/Users/matthew.bessette/.local/bin" ];
|
||||
@@ -36,7 +35,11 @@
|
||||
onActivation.cleanup = "uninstall";
|
||||
onActivation.autoUpdate = true;
|
||||
onActivation.upgrade = true;
|
||||
taps = [ "bufbuild/buf" "deskflow/tap" ];
|
||||
onActivation.extraFlags = [ "--force" ];
|
||||
# global.autoUpdate = true;
|
||||
taps = [
|
||||
"bufbuild/buf"
|
||||
];
|
||||
brews = [
|
||||
"biome"
|
||||
|
||||
@@ -47,8 +50,6 @@
|
||||
];
|
||||
casks = [
|
||||
|
||||
"deskflow"
|
||||
|
||||
# CLEO APP
|
||||
"zulu@17"
|
||||
"android-commandlinetools"
|
||||
@@ -56,16 +57,14 @@
|
||||
###
|
||||
|
||||
"1password-cli"
|
||||
"android-commandlinetools"
|
||||
"android-platform-tools"
|
||||
"bruno"
|
||||
"docker-desktop"
|
||||
"kopiaui"
|
||||
"libreoffice"
|
||||
"obsidian"
|
||||
"postico"
|
||||
"signal"
|
||||
"spotify"
|
||||
"yubico-yubikey-manager"
|
||||
"yubico-yubikey-manager"
|
||||
"zoom"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user