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