FIX forgot to add interface name

This commit is contained in:
Nathan Dwarshuis 2021-06-23 20:20:52 -04:00
parent 0066ad05b9
commit f456ed93bc
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ ethernetCmd iface = CmdSpec
{ csAlias = iface
, csDepends = Just $ sysDepends devBus devPath
, csRunnable = Run
$ Device ("enp7s0f1", "<fn=2>\xf0e8</fn>", T.fgColor, T.backdropFgColor) 5
$ Device (iface, "<fn=2>\xf0e8</fn>", T.fgColor, T.backdropFgColor) 5
}
isWireless :: String -> Bool