···2121 # System wide packages
2222 environment.systemPackages = with pkgs; [
2323 lazygit
2424- just
2524 firefox
2625 spotify
2727- # _1password-gui
2826 zed-editor
2929- vscodium # used for jupyter notebook because not available in zed at this time
2727+ vscodium
3028 stats # System monitoring displayed in macos top bar - will be replaced by custom script with sketchybar
3129 raycast # replacement for spotlight
3230 dbeaver-bin
3331 cyberduck
3434- git-lfs
3535- git-filter-repo
3632 ];
37333834 # Linux builder
+2-1
machines/darwin/helium/homebrew/casks.nix
···1111 "font-hack-nerd-font" # move this to nix installation
1212 "1password"
1313 "discord" # use this one since nixpkgs doesn't have krisp
1414- "modrinth"
1514 # "logitech-g-hub" # Error when trying to install it
1615 "ghostty"
1616+ "balenaetcher"
1717+ "element"
1718 ];
1819}