1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-15 10:12:07 -04:00

nix: remove wl-clipboard and cliphist dependencies (#991)

This commit is contained in:
Lucas
2025-12-11 23:44:36 -03:00
committed by GitHub
parent 89dcd72d70
commit c3ffb7f83b
3 changed files with 5 additions and 25 deletions

View File

@@ -13,10 +13,6 @@ in
dmsPkgs.dms-shell
]
++ lib.optional cfg.enableSystemMonitoring dmsPkgs.dgop
++ lib.optionals cfg.enableClipboard [
pkgs.cliphist
pkgs.wl-clipboard
]
++ lib.optionals cfg.enableVPN [
pkgs.glib
pkgs.networkmanager