From 2e6f7e41c1bc2e74df2dad66f3a913cbe44727e3 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Sat, 28 Feb 2026 18:58:48 +0000 Subject: [PATCH] disable waybar --- systems/vm/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/systems/vm/configuration.nix b/systems/vm/configuration.nix index aeae578..7d1db62 100644 --- a/systems/vm/configuration.nix +++ b/systems/vm/configuration.nix @@ -13,10 +13,7 @@ networking.hostName = "vm"; - modules.graphical = { - enable = true; - waybar = true; - }; + modules.graphical.enable = true; modules.yazi.enable = true;