feat: 🔧 Add some config and packages
This commit is contained in:
parent
175ed1f149
commit
6689e41038
14
flake.nix
14
flake.nix
@ -27,6 +27,8 @@
|
||||
pkgs.zathura
|
||||
pkgs.texliveMedium
|
||||
pkgs.texlab
|
||||
pkgs.rcm
|
||||
pkgs.fnm
|
||||
];
|
||||
|
||||
# HomeBrew configuration
|
||||
@ -52,12 +54,13 @@
|
||||
"aldente"
|
||||
"logi-options+"
|
||||
"adobe-creative-cloud"
|
||||
"bitwarden"
|
||||
"jordanbaird-ice"
|
||||
"ollama"
|
||||
"qbittorrent"
|
||||
"zoom"
|
||||
"tailscale"
|
||||
"tailscale"
|
||||
"iterm2"
|
||||
"zed"
|
||||
"visual-studio-code"
|
||||
];
|
||||
brews = [
|
||||
"wget"
|
||||
@ -81,8 +84,8 @@
|
||||
"wget"
|
||||
"zsh"
|
||||
"yubikey-agent"
|
||||
"pkg-config"
|
||||
"ollama"
|
||||
"pkg-config"
|
||||
];
|
||||
taps = [
|
||||
"hashicorp/tap"
|
||||
@ -100,10 +103,12 @@
|
||||
autohide = true;
|
||||
orientation = "left";
|
||||
show-recents = false;
|
||||
magnification = false;
|
||||
autohide-time-modifier = 0.0;
|
||||
persistent-apps = [
|
||||
"/System/Applications/Launchpad.app"
|
||||
"/System/Applications/Messages.app"
|
||||
"/Applications/Safari.app"
|
||||
"/Applications/Firefox.app"
|
||||
"/System/Applications/Mail.app"
|
||||
"/System/Applications/Calendar.app"
|
||||
@ -119,6 +124,7 @@
|
||||
];
|
||||
};
|
||||
finder.FXPreferredViewStyle = "Nlsv";
|
||||
SoftwareUpdate.AutomaticallyInstallMacOSUpdates = true;
|
||||
};
|
||||
|
||||
# Allow broken packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user