Enable dependent on WM

This commit is contained in:
2024-08-11 17:23:54 +02:00
parent e515e87c7f
commit 1c7a0c7dbe
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: {
{ config, pkgs, ... }: {
programs.waybar = {
enable = true;
enable = config.wayland.windowManager.sway.enable;
systemd.enable = true;
settings = {
mainBar = {