mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
add color picking support option (#516)
This commit is contained in:
@@ -32,10 +32,10 @@ in {
|
|||||||
default = true;
|
default = true;
|
||||||
description = "Add needed dependencies to have brightness/backlight support";
|
description = "Add needed dependencies to have brightness/backlight support";
|
||||||
};
|
};
|
||||||
enableNightMode = lib.mkOption {
|
enableColorPicker = lib.mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = "Add needed dependencies to have night mode support";
|
description = "Add needed dependencies to have color picking support";
|
||||||
};
|
};
|
||||||
enableDynamicTheming = lib.mkOption {
|
enableDynamicTheming = lib.mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
@@ -151,6 +151,7 @@ in {
|
|||||||
++ lib.optionals cfg.enableClipboard [pkgs.cliphist pkgs.wl-clipboard]
|
++ lib.optionals cfg.enableClipboard [pkgs.cliphist pkgs.wl-clipboard]
|
||||||
++ lib.optionals cfg.enableVPN [pkgs.glib pkgs.networkmanager]
|
++ lib.optionals cfg.enableVPN [pkgs.glib pkgs.networkmanager]
|
||||||
++ lib.optional cfg.enableBrightnessControl pkgs.brightnessctl
|
++ lib.optional cfg.enableBrightnessControl pkgs.brightnessctl
|
||||||
|
++ lib.optional cfg.enableColorPicker pkgs.hyprpicker
|
||||||
++ lib.optional cfg.enableDynamicTheming pkgs.matugen
|
++ lib.optional cfg.enableDynamicTheming pkgs.matugen
|
||||||
++ lib.optional cfg.enableAudioWavelength pkgs.cava
|
++ lib.optional cfg.enableAudioWavelength pkgs.cava
|
||||||
++ lib.optional cfg.enableCalendarEvents pkgs.khal
|
++ lib.optional cfg.enableCalendarEvents pkgs.khal
|
||||||
|
|||||||
Reference in New Issue
Block a user