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;