made waybar and hyprland configs more compatible with the single-monitor layout

This commit is contained in:
2024-11-11 17:52:20 -05:00
parent 0d2d48af5c
commit b78f3a54f0
6 changed files with 94 additions and 59 deletions

View File

@@ -60,7 +60,7 @@
mercuryHome = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
host = "oganesson";
host = "mercury";
inherit self username inputs;
};
@@ -76,7 +76,7 @@
xenonHome = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
host = "oganesson";
host = "xenon";
inherit self username inputs;
};