From 8e0d66eff50f6aa5fb078856c227a62ad2b49192 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 11 Jan 2026 14:12:49 -0600 Subject: [PATCH] fix file not found stuff? --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index bbe6e1e..9193598 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,8 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; + + self.submodules = true; }; outputs = { self, nixpkgs, home-manager, ... } @ inputs: {