{ config, pkgs, lib, ... }: with builtins // lib; { nickel = { enable = true; menu.item = { settings = [ { location = "main"; label = "IP Address"; action = "cmd_output"; arg = [ "500" "/sbin/ifconfg | /usr/bin/awk '/inet addr/{print substr($2,6)}'" ]; } ]; }; }; }