mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-15 09:45:58 +01:00
fix: missing regex argument for nix search
This commit is contained in:
parent
dcafe02bf0
commit
87e07e382d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Nixpkgs. You can use them like this:
|
|||
```
|
||||
|
||||
You can find which plugins are included using
|
||||
`nix search nixpkgs#hyprlandPlugins`.
|
||||
`nix search nixpkgs#hyprlandPlugins ^`.
|
||||
|
||||
## hyprland-plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue