···2525 just
2626 firefox
2727 spotify
2828- discord
2928 # _1password-gui
3029 zed-editor
3130 vscodium # used for jupyter notebook because not available in zed at this time
3231 stats # System monitoring displayed in macos top bar - will be replaced by custom script with sketchybar
3232+ raycast # replacement for spotlight
3333 ];
34343535 # Common system configurations
+1
config/darwin/helium/homebrew/casks.nix
···1010 "sf-symbols"
1111 "font-hack-nerd-font" # move this to nix installation
1212 "1password"
1313+ "discord" # use this one since nixpkgs doesn't have krisp
1314 ];
1415}