mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Migrate packages for sumireko
This commit is contained in:
parent
befe6ea564
commit
c5426d58af
4 changed files with 3 additions and 7 deletions
65
darwin/packages.nix
Normal file
65
darwin/packages.nix
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
_: {
|
||||
homebrew = {
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
brews = [
|
||||
# Security
|
||||
"gnupg" # GPG
|
||||
"pinentry-mac" # Pinentry for GPG
|
||||
|
||||
# Utilities
|
||||
"pandoc"
|
||||
];
|
||||
casks = [
|
||||
# Browsers
|
||||
"firefox"
|
||||
"google-chrome"
|
||||
|
||||
# Chat
|
||||
"signal"
|
||||
"telegram"
|
||||
"discord"
|
||||
"element"
|
||||
"slack"
|
||||
"keybase"
|
||||
|
||||
# Media
|
||||
"spotify"
|
||||
"deluge"
|
||||
|
||||
# Exocortex
|
||||
"obsidian"
|
||||
|
||||
# Security
|
||||
"bitwarden"
|
||||
"mullvadvpn"
|
||||
"pycharm-ce"
|
||||
|
||||
# Development Tools
|
||||
"iterm2"
|
||||
"cyberduck"
|
||||
"boop"
|
||||
|
||||
# Utilities
|
||||
"disk-inventory-x"
|
||||
"devtoys"
|
||||
"contexts"
|
||||
"rectangle"
|
||||
"syncthing"
|
||||
"anki"
|
||||
"bartender"
|
||||
];
|
||||
|
||||
taps = [
|
||||
"homebrew/cask-versions"
|
||||
];
|
||||
masApps = {
|
||||
# Security
|
||||
|
||||
Tailscale = 1475387142;
|
||||
# Utilities
|
||||
Dato = 1470584107;
|
||||
Lungo = 1263070803;
|
||||
"Battery Indicator" = 1206020918;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue