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,
|
||||
lib,
|
||||
pkgs,
|
||||
hostName,
|
||||
fonts,
|
||||
scheme,
|
||||
accentColour ? "base07",
|
||||
|
@ -243,7 +245,8 @@
|
|||
spacing = 5;
|
||||
};
|
||||
};
|
||||
alt = {
|
||||
# TEMP FIX
|
||||
alt = lib.mkIf (hostName == "Vanguard") {
|
||||
inherit (main) layer position "sway/workspaces";
|
||||
name = "alt";
|
||||
"modules-left" = [];
|
||||
|
|
Loading…
Reference in a new issue