13 lines
No EOL
198 B
Nix
13 lines
No EOL
198 B
Nix
{ ... }:
|
|
|
|
{
|
|
custom.gui = {
|
|
enable = true;
|
|
bar = {
|
|
network.wifi = "wlp0s20f3";
|
|
battery.name = "BAT0";
|
|
};
|
|
};
|
|
programs.iamb.enable = true;
|
|
home.stateVersion = "22.11";
|
|
} |