{ user ? throw "user argument is required", }: { lib, pkgs, ... }: { home-manager.users.${user.name}.home.packages = with pkgs; [ brightnessctl ]; }