summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-05 22:38:45 -0700
committerFuwn <[email protected]>2024-09-05 22:38:45 -0700
commit7b398e9ee587d269b453b4c3c5c1a318455b911b (patch)
treecfe4a65b6f1983c64164f4d8d03adfc6fee1c532
parentBump (diff)
downloadnixos-config-7b398e9ee587d269b453b4c3c5c1a318455b911b.tar.xz
nixos-config-7b398e9ee587d269b453b4c3c5c1a318455b911b.zip
Bump
-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";
};