Enable dependent on WM
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
enable = config.xsession.windowManager.i3.enable;
|
||||
config = {
|
||||
"bar/top" = {
|
||||
monitor = "\${env:MONITOR:}";
|
||||
|
Reference in New Issue
Block a user