From f6abaa8926a2771d4084ef662ec9f51df2bac3b3 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 16 Dec 2024 07:54:09 +0000
Subject: [PATCH] Fix notes path with standalone Home Manager

---
 nix/modules/home-manager/features/cli/default.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nix/modules/home-manager/features/cli/default.nix b/nix/modules/home-manager/features/cli/default.nix
index 3e523558..d59db6f3 100644
--- a/nix/modules/home-manager/features/cli/default.nix
+++ b/nix/modules/home-manager/features/cli/default.nix
@@ -19,6 +19,8 @@
         ;
     })
 
+    (import ./notes.nix { inherit pkgs; })
+
     (import ./tmux-sessionizer.nix {
       inherit
         config
@@ -36,7 +38,6 @@
     ./git.nix
     ./htop.nix
     ./lsd.nix
-    ./notes.nix
     ./pet.nix
     ./phpactor.nix
     ./ripgrep.nix