From efade93126fec172f59ffbdeabcc38db9e80c731 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Thu, 13 Mar 2025 15:24:42 -0700
Subject: [PATCH] llynx: dunst and flameshot

---
 hosts/llynx/home.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hosts/llynx/home.nix b/hosts/llynx/home.nix
index 2075328..a848684 100644
--- a/hosts/llynx/home.nix
+++ b/hosts/llynx/home.nix
@@ -11,6 +11,9 @@
     kitty.enable = true;
     theme.enable = true;
     sops.enable = true;
+    dunst.enable = true;
+
+    flameshot.enable = true;
 
     sources.enable = true;
     projects.enable = true;