Temp fix to not show alt waybar on other machines
TODO make this better sometime
This commit is contained in:
parent
7be8a07389
commit
69004f7cb3
|
@ -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" = [];
|
||||||
|
|
Loading…
Reference in a new issue