feat: 🔧 Add some config and packages

This commit is contained in:
Louis Gallet 2024-11-14 11:25:00 +01:00
parent 175ed1f149
commit 6689e41038
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -27,6 +27,8 @@
pkgs.zathura pkgs.zathura
pkgs.texliveMedium pkgs.texliveMedium
pkgs.texlab pkgs.texlab
pkgs.rcm
pkgs.fnm
]; ];
# HomeBrew configuration # HomeBrew configuration
@ -52,12 +54,13 @@
"aldente" "aldente"
"logi-options+" "logi-options+"
"adobe-creative-cloud" "adobe-creative-cloud"
"bitwarden"
"jordanbaird-ice" "jordanbaird-ice"
"ollama"
"qbittorrent" "qbittorrent"
"zoom" "zoom"
"tailscale" "tailscale"
"iterm2"
"zed"
"visual-studio-code"
]; ];
brews = [ brews = [
"wget" "wget"
@ -81,8 +84,8 @@
"wget" "wget"
"zsh" "zsh"
"yubikey-agent" "yubikey-agent"
"pkg-config"
"ollama" "ollama"
"pkg-config"
]; ];
taps = [ taps = [
"hashicorp/tap" "hashicorp/tap"
@ -100,10 +103,12 @@
autohide = true; autohide = true;
orientation = "left"; orientation = "left";
show-recents = false; show-recents = false;
magnification = false;
autohide-time-modifier = 0.0; autohide-time-modifier = 0.0;
persistent-apps = [ persistent-apps = [
"/System/Applications/Launchpad.app" "/System/Applications/Launchpad.app"
"/System/Applications/Messages.app" "/System/Applications/Messages.app"
"/Applications/Safari.app"
"/Applications/Firefox.app" "/Applications/Firefox.app"
"/System/Applications/Mail.app" "/System/Applications/Mail.app"
"/System/Applications/Calendar.app" "/System/Applications/Calendar.app"
@ -119,6 +124,7 @@
]; ];
}; };
finder.FXPreferredViewStyle = "Nlsv"; finder.FXPreferredViewStyle = "Nlsv";
SoftwareUpdate.AutomaticallyInstallMacOSUpdates = true;
}; };
# Allow broken packages # Allow broken packages