Temp fix to not show alt waybar on other machines

TODO make this better sometime
This commit is contained in:
Evie Litherland-Smith 2024-04-25 13:47:56 +01:00
parent 7be8a07389
commit 69004f7cb3

View file

@ -1,6 +1,8 @@
{ {
config, config,
lib,
pkgs, pkgs,
hostName,
fonts, fonts,
scheme, scheme,
accentColour ? "base07", accentColour ? "base07",
@ -243,7 +245,8 @@
spacing = 5; spacing = 5;
}; };
}; };
alt = { # TEMP FIX
alt = lib.mkIf (hostName == "Vanguard") {
inherit (main) layer position "sway/workspaces"; inherit (main) layer position "sway/workspaces";
name = "alt"; name = "alt";
"modules-left" = []; "modules-left" = [];