removed light

This commit is contained in:
Dan Habot 2026-03-10 10:43:20 -04:00
parent 825b46ec44
commit f556ae10ef
No known key found for this signature in database
GPG Key ID: BAABD1E3FA0A9FB6
2 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,6 @@
# Optional runtime dependencies for full functionality
pkexec
acpi
light
mpd
mpc
maim

View File

@ -75,7 +75,7 @@ in {
default = false;
description = ''
Install optional runtime dependencies used by the bundled applets:
acpi (battery), light (brightness), mpd + mpc (music),
acpi (battery), mpd + mpc (music),
maim + xrandr (screenshot), dunst (notifications), xclip (clipboard),
alsa-utils / pavucontrol (volume), polkit (run-as-root applet).
'';
@ -543,7 +543,7 @@ in {
home.packages = with pkgs;
[ rofi launcherCmd powerMenuCmd ]
++ optionals cfg.withOptionalDeps [
acpi light mpd mpc maim xorg.xrandr
acpi mpd mpc maim xorg.xrandr
dunst xclip alsa-utils pavucontrol polkit
]
++ cfg.extraPackages;