diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"; }; |