VH4RGLZ6G4AYKDYPJ3IXR3JKF5LY44OUVN3RFADQZRLQGFYLMRKAC
libarchive
libass
libassuan
libb2
libbluray
libde265
libepoxy
libevent
libgcrypt
libgee
libgit2
libgpg-error
libheif
libidn
libidn2
libksba
liblinear
libmicrohttpd
libmpc
libnghttp2
libogg
libpng
libpsl
libraw
librist
librsvg
libsamplerate
libshout
libslirp
libsndfile
libsodium
libsoup
libssh
libssh2
libsixel
libtasn1
libtiff
homebrew = {
enable = true;
onActivation.cleanup = "zap";
taps = [
"homebrew/cask-fonts"
"homebrew/bundle"
"homebrew/cask"
"homebrew/core"
"railwaycat/emacsmacport"
"rusty-ferris-club/tap"
];
brews = [
"faac"
"gnu-tar"
"gnu-time"
"juliaup"
"keyring"
"latexindent"
"libcuefile"
"opus"
"pdfpc"
"theora"
"webp"
"whalebrew"
];
casks = [
"alfred"
"alloy"
"audacity"
"authy"
"bambu-studio"
"chromium"
"cyberduck"
"daisydisk"
"dash"
"docker"
"drawio"
"dropbox"
"duckduckgo"
"element"
"firefox"
"font-comic-neue"
"font-fira-code"
"font-fira-mono"
"font-fira-sans"
"font-gochi-hand"
"font-roboto-mono-nerd-font"
"freecad"
"google-chrome"
"handbrake"
"inkscape"
"iterm2"
"keka"
"keycastr"
"livebook"
"mactex-no-gui"
"microsoft-auto-update"
"microsoft-teams"
"minecraft"
"mixxx"
"monodraw"
"pika"
"postgres-unofficial"
"racket"
"remarkable"
"sabaki"
"scribus"
"send-to-kindle"
"signal"
"simplex"
"slack"
"spotify"
"starcraft"
"stats"
"syncthing"
"thunderbird"
"transmission"
"twine"
"usage"
"visual-studio-code"
"vlc"
"vscodium"
"whatsapp"
"windscribe"
"zed"
"zoom"
];
};
launchd.user.agents = {
pueued = {
serviceConfig = {
Label = "pueued";
ProgramArguments = [
"/run/current-system/sw/bin/pueued"
"-vv"
];
UserName = "yonkeltron";
GroupName = "yonkeltron";
RunAtLoad = true;
StandardOutPath = "/tmp/pueued.log";
StandardErrorPath = "/tmp/pueued.error.log";
};
};
};