diff --git a/flake.nix b/flake.nix index a320136..475cc56 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,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"; }; };