docs: recommend packagers add a dependency on qtsvg
This commit is contained in:
parent
29f02d837d
commit
9d5dd402b9
3 changed files with 21 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue