nixfiles/home/gui/environments/sway/waybar-bottom.nix
ChaotiCryptidz 91a99a631c run statix
2022-02-10 10:37:09 +00:00

13 lines
195 B
Nix

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