diff options
| author | Fuwn <[email protected]> | 2024-09-05 22:38:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-05 22:38:45 -0700 |
| commit | 7b398e9ee587d269b453b4c3c5c1a318455b911b (patch) | |
| tree | cfe4a65b6f1983c64164f4d8d03adfc6fee1c532 | |
| parent | Bump (diff) | |
| download | nixos-config-7b398e9ee587d269b453b4c3c5c1a318455b911b.tar.xz nixos-config-7b398e9ee587d269b453b4c3c5c1a318455b911b.zip | |
Bump
| -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"; }; |