From d14dfbf0319ee03943758c1e5e01e192977249ec Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 26 Jul 2024 19:46:46 +0200 Subject: [PATCH] Cleaner hyprland input --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; }; };