From 09c5c4e81b367046a4c9dddc08cf12121dc8b117 Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Sat, 8 Feb 2025 20:06:37 -0500
Subject: [PATCH] nix: add hyprpanel overlay

---
 hosts/common/nix.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix
index 4c207ad..76e8830 100644
--- a/hosts/common/nix.nix
+++ b/hosts/common/nix.nix
@@ -17,6 +17,7 @@
       inputs.atuin.overlays.default
       inputs.eww.overlays.default
       inputs.self.overlays.technorino
+      inputs.hyprpanel.overlay
     ];
     config = {
       allowUnfree = true;