Toggle dock visibility to false in home-manager configuration

This commit is contained in:
2026-06-04 16:38:50 -03:00
parent d48e4f8a08
commit 7994f174f6
@@ -355,7 +355,7 @@ in {
syncModeWithPortal = true; syncModeWithPortal = true;
terminalsAlwaysDark = true; terminalsAlwaysDark = true;
showDock = true; showDock = false;
dockAutoHide = true; dockAutoHide = true;
dockGroupByApp = true; dockGroupByApp = true;
dockOpenOnOverview = false; dockOpenOnOverview = false;