Merge remote-tracking branch 'i1i1/master'

This commit is contained in:
outfoxxed 2024-06-21 11:24:41 -07:00
commit b2c10c0f4d
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -67,7 +67,8 @@ Assuming you use hyprland's home manager module, you can easily integrate hy3 by
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland?ref=v{version}"; # where {version} is the hyprland release version
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref={version}";
# where {version} is the hyprland release version
# or "github:hyprwm/Hyprland" to follow the development branch
hy3 = {