1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-12 00:32:17 -04:00

nix: drop unnecessary dependencies and enable power and accounts daemons (#963)

This commit is contained in:
Lucas
2025-12-10 15:35:58 -03:00
committed by GitHub
parent 8d7ae324ff
commit b2066c60d1
3 changed files with 14 additions and 21 deletions

View File

@@ -12,14 +12,6 @@ in
qmlPath = "${dmsPkgs.dms-shell}/share/quickshell/dms";
packages = [
pkgs.material-symbols
pkgs.inter
pkgs.fira-code
pkgs.ddcutil
pkgs.libsForQt5.qt5ct
pkgs.kdePackages.qt6ct
dmsPkgs.dms-shell
]
++ lib.optional cfg.enableSystemMonitoring dmsPkgs.dgop
@@ -31,8 +23,6 @@ in
pkgs.glib
pkgs.networkmanager
]
++ lib.optional cfg.enableBrightnessControl pkgs.brightnessctl
++ lib.optional cfg.enableColorPicker pkgs.hyprpicker
++ lib.optional cfg.enableDynamicTheming pkgs.matugen
++ lib.optional cfg.enableAudioWavelength pkgs.cava
++ lib.optional cfg.enableCalendarEvents pkgs.khal