add submodules correctly

This commit is contained in:
Noa Aarts 2024-05-06 20:45:28 +02:00
parent 6a32f86947
commit 4ebf03e8cf

View file

@ -26,7 +26,7 @@
}; };
hyprland = { hyprland = {
url = "github:hyprwm/hyprland?submodules=1"; url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };