From b9bfb819072c58cbe7344358b670ab25a0ea45c2 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Sat, 28 Feb 2026 19:36:05 +0000 Subject: [PATCH] enable extra graphical stuff --- systems/vm/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/vm/configuration.nix b/systems/vm/configuration.nix index 7d1db62..e908b79 100644 --- a/systems/vm/configuration.nix +++ b/systems/vm/configuration.nix @@ -13,7 +13,11 @@ networking.hostName = "vm"; - modules.graphical.enable = true; + modules.graphical = { + enable = true; + waybar = true; + quickshell = true; + }; modules.yazi.enable = true;