{ pkgs, inputs, ... }: let blender-bin = inputs.blender-bin. packages.x86_64-linux; in { this.sets = { arch.tools = true; cli.tools.full = true; cli.shell = true; comm.im = true; de.utils = true; gui.tools.full = true; gui.theme = true; gui.fonts = true; image.utils = true; image.tools = true; mail.tools = true; manga.dl = true; media.tools = true; net.tools.full = true; script.utils = true; sound.tools = true; sys.tools = true; writing.tools = true; www.browser = true; }; environment.systemPackages = with pkgs; [ emacs emacsPackages.pdf-tools jre ruby sbcl python3 rclone nethack sil-q emacsPackages.mu4e ppsspp wesnoth luanti superTuxKart teeworlds bzflag gzdoom mgba mindustry shattered-pixel-dungeon taisei xonotic-glx blender-bin.blender_3_6 ]; }