mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Merge remote-tracking branch 'i1i1/master'
This commit is contained in:
commit
b2c10c0f4d
1 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,8 @@ Assuming you use hyprland's home manager module, you can easily integrate hy3 by
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
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
|
# or "github:hyprwm/Hyprland" to follow the development branch
|
||||||
|
|
||||||
hy3 = {
|
hy3 = {
|
||||||
|
@ -138,7 +139,7 @@ hyprpm update
|
||||||
|
|
||||||
Sometimes the headers from hyprland are not updated, if this happens run (See [issue #109](https://github.com/outfoxxed/hy3/issues/109) for an example of where this happened)
|
Sometimes the headers from hyprland are not updated, if this happens run (See [issue #109](https://github.com/outfoxxed/hy3/issues/109) for an example of where this happened)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
hyprpm update -f
|
hyprpm update -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue