13 lines
201 B
Nix
13 lines
201 B
Nix
|
{ ... }: {
|
||
|
programs.waybar = {
|
||
|
enable = true;
|
||
|
settings = [{
|
||
|
position = "bottom";
|
||
|
|
||
|
modules-left = [ ];
|
||
|
modules-center = [ ];
|
||
|
modules-right = [ "tray" ];
|
||
|
}];
|
||
|
};
|
||
|
}
|