nixfiles/home/gui/environments/sway/waybar-bottom.nix

14 lines
216 B
Nix

{...}: {
programs.waybar = {
enable = true;
settings = [
{
position = "bottom";
modules-left = [];
modules-center = [];
modules-right = ["tray"];
}
];
};
}