From d5e627a3b5aa235b8ae19d2af51c16cbcca1fb6b Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <Zynh0722@gmail.com>
Date: Sun, 9 Mar 2025 21:46:54 -0700
Subject: [PATCH] llynx: projects + sources

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

diff --git a/hosts/llynx/home.nix b/hosts/llynx/home.nix
index 8bebec9..19973ce 100644
--- a/hosts/llynx/home.nix
+++ b/hosts/llynx/home.nix
@@ -12,6 +12,9 @@
     theme.enable = true;
     sops.enable = true;
 
+    sources.enable = true;
+    projects.enable = true;
+
     # Term Tools
     neovim.enable = true;
   };