···11+{ pkgs, ... }: {
22+ # Most times I'll use these it'll be in school...
33+ home.packages = with pkgs; [
44+ jetbrains.rust-rover
55+ jetbrains.webstorm
66+ jetbrains.rider
77+ jetbrains.pycharm
88+ # May use this one specifically when Gleamin' with Parrot
99+ jetbrains.datagrip
1010+ ];
1111+}
···8686 environment.systemPackages = with pkgs; [
8787 grc
8888 galaxy-buds-client
8989- # Big screen: May run JetBrains.
9090- jetbrains.rust-rover
9191- jetbrains.webstorm
9292- # What am I turning in to...
9393- jetbrains.rider
9494- jetbrains.pycharm
9589 ];
96909791 programs.steam = {