···4848 (factoryOutput.darwinModules.${username} or {})
4949 ({ pkgs, ... }: {
5050 environment.systemPackages = with pkgs; [
5151- alt-tab-macos # alt tab like windows on macos
5252- bruno # IDE for testing apis
5353- chirp # Radio programming tool
5454- dbeaver-bin # Database client
5555- ghostty-bin # Terminal emulator
5656- jujutsu # VCS
5757- stats # System monitoring displayed in macos top bar
5858- podman # container tool -> replacement of docker
5959- podman-compose # compose provider for podman
5151+ alt-tab-macos # alt tab like windows on macos
5252+ bruno # IDE for testing apis
5353+ chirp # Radio programming tool
5454+ dbeaver-bin # Database client
5555+ ghostty-bin # Terminal emulator
5656+ jujutsu # VCS
5757+ stats # System monitoring displayed in macos top bar
5858+ podman # container tool -> replacement of docker
5959+ podman-compose # compose provider for podman
60606161- unstable.librewolf # build failed on stable for darwin
6161+ unstable.brioche # Another package manager
6262+ unstable.librewolf # build failed on stable for darwin
6263 ] ++ (sharedPackages pkgs);
6364 })
6465 ];