Allow configuring waybar display
This commit is contained in:
@ -88,6 +88,8 @@ rec {
|
||||
protonup = true;
|
||||
};
|
||||
};
|
||||
|
||||
waybar.monitor = "HDMI-A-1";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -38,6 +38,8 @@ rec {
|
||||
"eDP-1" = [1 2 3 4 5 6 7 8 9];
|
||||
};
|
||||
};
|
||||
|
||||
waybar.monitor = "eDP-1";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
Reference in New Issue
Block a user