10 lines
No EOL
103 B
Nix
10 lines
No EOL
103 B
Nix
{ ... }:
|
|
|
|
{
|
|
custom.gui = {
|
|
enable = true;
|
|
bar = {
|
|
network.eth = "enp9s0";
|
|
};
|
|
};
|
|
} |