From 640fe6418b95374f7077385856c7c0a84eb0a385 Mon Sep 17 00:00:00 2001
From: Michael Thomas <michaelhthomas@outlook.com>
Date: Thu, 11 Apr 2024 22:28:46 +0000
Subject: [PATCH] fix(oracle): add nix module

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 75ecfa6..6681844 100644
--- a/flake.nix
+++ b/flake.nix
@@ -121,6 +121,7 @@
         system = utils.lib.system.x86_64-linux;
         modules = [
           home-manager.nixosModules.home-manager
+          ./modules/nix.nix
           {
             home-manager.useGlobalPkgs = true;
             home-manager.useUserPackages = true;