{ pkgs, config, lib, ... }: let vars = import ./variables.nix; in { programs.i3blocks = { enable = true; bars = [ "i3blocks" ]; }; }