10 lines
107 B
Nix
10 lines
107 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
custom.gui = {
|
||
|
enable = true;
|
||
|
bar = {
|
||
|
network.wifi = "wlp0s20f3";
|
||
|
};
|
||
|
};
|
||
|
}
|