{ pkgs, ... }@all: with all; { home = { packages = with pkgs; [ glsl_analyzer ]; }; }