1

Allow configuring waybar display

This commit is contained in:
2023-05-24 23:25:52 +02:00
parent a52a9e4d2e
commit 3105601a96
4 changed files with 17 additions and 5 deletions

View File

@ -88,6 +88,8 @@ rec {
protonup = true;
};
};
waybar.monitor = "HDMI-A-1";
};
home.packages = with pkgs; [

View File

@ -38,6 +38,8 @@ rec {
"eDP-1" = [1 2 3 4 5 6 7 8 9];
};
};
waybar.monitor = "eDP-1";
};
home.packages = with pkgs; [