From ae8b9fde5daac1c3f5b0de5544830fe2a244c0d5 Mon Sep 17 00:00:00 2001 From: biscuit Date: Thu, 15 May 2025 14:58:56 -0500 Subject: [PATCH] nix: fixed --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index c658cec..349fd6a 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -5,5 +5,6 @@ ../system/hyprland/default.nix ../system/fonts/default.nix ../system/cursor/default.nix + ../system/development/default.nix ]; }