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

nix: remove dgop input; expose quickshell package (#1183)

* nix: remove dgop input

* nix: update quickshell

* nix: expose quickshell in outputs
This commit is contained in:
Lucas
2025-12-27 22:41:26 -03:00
committed by GitHub
parent b1632a0a03
commit bbd57e0673
4 changed files with 24 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ in
packages = [
dmsPkgs.dms-shell
]
++ lib.optional cfg.enableSystemMonitoring dmsPkgs.dgop
++ lib.optional cfg.enableSystemMonitoring cfg.dgop.package
++ lib.optionals cfg.enableVPN [
pkgs.glib
pkgs.networkmanager