docs: recommend packagers add a dependency on qtsvg

This commit is contained in:
outfoxxed 2024-06-02 15:37:47 -07:00
parent 29f02d837d
commit 9d5dd402b9
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 21 additions and 15 deletions

View file

@ -40,11 +40,12 @@ or disabled with overrides:
```nix
quickshell.packages.<system>.default.override {
enableWayland = true;
enableX11 = true;
enablePipewire = true;
withQtSvg = true;
withJemalloc = true;
withQtSvg = true;
withWayland = true;
withX11 = true;
withPipewire = true;
withHyprland = true;
}
```