From 595feec96f0f663e333037694d0aabd439265dea Mon Sep 17 00:00:00 2001 From: bowlbird Date: Mon, 23 Sep 2024 00:04:29 +0000 Subject: [PATCH] updated README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b41767..071d44b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ Please note, you should *also have hyprland as a flake input*. Add this repo to your flake inputs: ```nix inputs = { - # ... hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland-easymotion = { @@ -79,13 +78,12 @@ outputs = { self, hyprland, ... } @ inputs: Add the plugin to your Hyprland Home Manager config: ```nix wayland.windowManager.hyprland = { - # ... plugins = [ inputs.hyprland-easymotion.packages.${pkgs.system}.hyprland-easymotion ]; # ... }; - +``` # TODO - [ ] Blur? - [ ] Allow multi-letter labels?