updated README
This commit is contained in:
@@ -64,7 +64,6 @@ Please note, you should *also have hyprland as a flake input*.
|
|||||||
Add this repo to your flake inputs:
|
Add this repo to your flake inputs:
|
||||||
```nix
|
```nix
|
||||||
inputs = {
|
inputs = {
|
||||||
# ...
|
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
||||||
hyprland-easymotion = {
|
hyprland-easymotion = {
|
||||||
@@ -79,13 +78,12 @@ outputs = { self, hyprland, ... } @ inputs:
|
|||||||
Add the plugin to your Hyprland Home Manager config:
|
Add the plugin to your Hyprland Home Manager config:
|
||||||
```nix
|
```nix
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
# ...
|
|
||||||
plugins = [
|
plugins = [
|
||||||
inputs.hyprland-easymotion.packages.${pkgs.system}.hyprland-easymotion
|
inputs.hyprland-easymotion.packages.${pkgs.system}.hyprland-easymotion
|
||||||
];
|
];
|
||||||
# ...
|
# ...
|
||||||
};
|
};
|
||||||
|
```
|
||||||
# TODO
|
# TODO
|
||||||
- [ ] Blur?
|
- [ ] Blur?
|
||||||
- [ ] Allow multi-letter labels?
|
- [ ] Allow multi-letter labels?
|
||||||
|
|||||||
Reference in New Issue
Block a user