{ config, pkgs, ... }: { programs.i3status-rust = { enable = true; bars = { top = { icons = "awesome5"; theme = "solarized-dark"; }; }; }; }