os/system/strawberry/home.nix

10 lines
No EOL
103 B
Nix

{ ... }:
{
custom.gui = {
enable = true;
bar = {
network.eth = "enp9s0";
};
};
}