mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-08-05 04:03:04 +02:00
feat: set waybar package to waybarFull and enable tray on all outputs
This commit is contained in:
@@ -13,6 +13,8 @@ in
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybarFull;
|
||||
trayAllOutputs = true;
|
||||
|
||||
# Single-bar JSON config
|
||||
settings = [
|
||||
|
||||
Reference in New Issue
Block a user