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