1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 17:52:10 -04:00

nix: add QML dependencies to dms-shell package (#967)

This commit is contained in:
Lucas
2025-12-11 05:19:43 -03:00
committed by GitHub
parent d8cd15d361
commit e573bdba92
3 changed files with 22 additions and 17 deletions

View File

@@ -23,8 +23,7 @@ in
]
++ lib.optional cfg.enableDynamicTheming pkgs.matugen
++ lib.optional cfg.enableAudioWavelength pkgs.cava
++ lib.optional cfg.enableCalendarEvents pkgs.khal
++ lib.optional cfg.enableSystemSound pkgs.kdePackages.qtmultimedia;
++ lib.optional cfg.enableCalendarEvents pkgs.khal;
plugins = lib.mapAttrs (name: plugin: {
source = plugin.src;