mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add more macos configuration
This commit is contained in:
@@ -59,10 +59,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onActivation.autoUpdate = false;
|
onActivation = {
|
||||||
onActivation.upgrade = false;
|
cleanup = "zap";
|
||||||
|
autoUpdate = true;
|
||||||
|
upgrade = true;
|
||||||
|
};
|
||||||
global = {
|
global = {
|
||||||
brewfile = true;
|
brewfile = true;
|
||||||
};
|
};
|
||||||
@@ -74,28 +79,37 @@
|
|||||||
"gnu-tar"
|
"gnu-tar"
|
||||||
"netdata"
|
"netdata"
|
||||||
"node"
|
"node"
|
||||||
"podman"
|
"oras"
|
||||||
"podman-compose"
|
"k6"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
"karabiner-elements"
|
"discord"
|
||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
"font-fira-code-nerd-font"
|
"font-fira-code-nerd-font"
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
"fork"
|
"fork"
|
||||||
|
"ghostty"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
|
"karabiner-elements"
|
||||||
"knockknock"
|
"knockknock"
|
||||||
"librewolf"
|
"librewolf"
|
||||||
"logseq"
|
"logseq"
|
||||||
"lulu"
|
"lulu"
|
||||||
"mitmproxy"
|
"mitmproxy"
|
||||||
"notunes"
|
"notunes"
|
||||||
|
"ollama"
|
||||||
"postman"
|
"postman"
|
||||||
"raycast"
|
"raycast"
|
||||||
"rectangle"
|
"rectangle"
|
||||||
|
"signal"
|
||||||
|
"slack"
|
||||||
|
"spotify"
|
||||||
"stats"
|
"stats"
|
||||||
|
"steam"
|
||||||
"taskexplorer"
|
"taskexplorer"
|
||||||
|
"tailscale"
|
||||||
|
"vlc"
|
||||||
];
|
];
|
||||||
|
|
||||||
taps = [
|
taps = [
|
||||||
|
Reference in New Issue
Block a user