feat(rofi): use latest version of wayland fork

This commit is contained in:
Moritz Böhme 2023-05-29 12:50:15 +02:00
parent bc8972b581
commit 04d63a1977
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 8 additions and 1 deletions

View file

@ -34,6 +34,9 @@
nix-super.url = "github:privatevoid-net/nix-super/aaba1f91e7eba8ce029fa6bfa81ad9e14a13708d";
nix-super.inputs.nixpkgs.follows = "nixpkgs";
rofi-wayland.url = "github:lbonn/rofi/wayland";
rofi-wayland.flake = false;
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";