♻️ a little reshuffling... gonna try some things
This commit is contained in:
19
hosts/heraclitus/darwin-configuration.nix
Normal file
19
hosts/heraclitus/darwin-configuration.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./homebrew.nix
|
||||
|
||||
../../nix/modules/base/darwin.nix
|
||||
../../nix/modules/dev
|
||||
../../nix/modules/builder
|
||||
];
|
||||
|
||||
system = {
|
||||
defaults = {
|
||||
dock = {
|
||||
autohide = true;
|
||||
orientation = "left";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
104
hosts/heraclitus/homebrew.nix
Normal file
104
hosts/heraclitus/homebrew.nix
Normal file
@@ -0,0 +1,104 @@
|
||||
_:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
taps = [
|
||||
"homebrew/cask"
|
||||
"homebrew/services"
|
||||
"walkah/tap"
|
||||
"1password/tap"
|
||||
"d12frosted/emacs-plus"
|
||||
"dracula/install"
|
||||
"heroku/brew"
|
||||
];
|
||||
|
||||
brews = [
|
||||
"act"
|
||||
"asdf"
|
||||
"argocd"
|
||||
"cmake"
|
||||
"cocoapods"
|
||||
"coreutils"
|
||||
"emacs-plus"
|
||||
"fontconfig"
|
||||
"gcc"
|
||||
"gh"
|
||||
"helm"
|
||||
"heroku"
|
||||
"ipfs"
|
||||
"kind"
|
||||
"kubernetes-cli"
|
||||
"kustomize"
|
||||
"libtool"
|
||||
"mas"
|
||||
"mr"
|
||||
"ollama"
|
||||
"opentofu"
|
||||
"podman"
|
||||
"podman-compose"
|
||||
"r"
|
||||
"ripgrep"
|
||||
"tea"
|
||||
"terminal-notifier"
|
||||
"watchman"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"1password"
|
||||
"1password-cli"
|
||||
"android-studio"
|
||||
"arc"
|
||||
"balenaetcher"
|
||||
"beeper"
|
||||
"brave-browser"
|
||||
"bunch"
|
||||
"calibre"
|
||||
"claude"
|
||||
"cleanmymac"
|
||||
"discord"
|
||||
"docker-desktop"
|
||||
"dracula-xcode"
|
||||
"element"
|
||||
"fantastical"
|
||||
"figma"
|
||||
"firefox@developer-edition"
|
||||
"font-jetbrains-mono"
|
||||
"font-jetbrains-mono-nerd-font"
|
||||
"ghostty"
|
||||
"google-chrome"
|
||||
"gpg-suite"
|
||||
"hazel"
|
||||
"jordanbaird-ice@beta"
|
||||
"logi-options+"
|
||||
"logitech-camera-settings"
|
||||
"microsoft-edge"
|
||||
"minecraft"
|
||||
"obsidian"
|
||||
"opal-composer"
|
||||
"plexamp"
|
||||
"podman-desktop"
|
||||
"raycast"
|
||||
"rstudio"
|
||||
"slack"
|
||||
"sonos"
|
||||
"stats"
|
||||
"steam"
|
||||
"synology-drive"
|
||||
"tailscale-app"
|
||||
"todoist-app"
|
||||
"visual-studio-code"
|
||||
"zen"
|
||||
"zoom"
|
||||
"zulu@17"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
OnePasswordSafari = 1569813296;
|
||||
Bumpr = 1166066070;
|
||||
DayOne = 1055511498;
|
||||
Drafts = 1435957248;
|
||||
HomeAssistant = 1099568401;
|
||||
Xcode = 497799835;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user