From 19f1cb7780458111d64fffda0bd4548a42ee9a48 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Wed, 5 Mar 2025 13:28:02 -0800
Subject: [PATCH] hyprland: waybar

---
 modules/hyprland.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index b18499d..71b560b 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -37,6 +37,8 @@ in
       ];
     };
 
+    programs.waybar.enable = true;
+
     programs.hyprland = {
       enable = true;
       withUWSM = true;