From e997971190e19452b128de7e9baa091bbac67c46 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Sat, 28 Feb 2026 18:29:32 +0000 Subject: [PATCH] a --- modules/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 3a5aa27..0510ce0 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -20,7 +20,7 @@ in alacritty wl-clipboard quickshell - ] + ]; programs.waybar.enable = lib.mkIf cfg.waybar true; };