summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 08a561f..d9ef405 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,7 +30,9 @@
};
hyprland = {
- url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
+ type = "git";
+ url = "https://github.com/hyprwm/Hyprland";
+ submodules = true;
inputs.nixpkgs.follows = "nixpkgs";
};