{ config, pkgs, ... }: { users.users.yoda = { packages = with pkgs; [ gnomeExtensions.caffeine ]; }; }