Evie Litherland-Smith
b102f9e209
Reduce complexity and in flake.nix and be more efficient in re-using things Removed some reduandant files in home/ and tidied up the structure somewhat Moved things from desktop, gui, etc... to top level Changed env to shell, indiv shell expressions import relevant others
9 lines
250 B
Nix
9 lines
250 B
Nix
{
|
|
format-wifi = "{essid} ({signalStrength}%) ";
|
|
format-ethernet = "Connected ";
|
|
tooltip-format = "{ifname}";
|
|
format-linked = "{ifname} (No IP) ";
|
|
format-disconnected = "Disconnected ";
|
|
on-click = "nm-connection-editor";
|
|
}
|