mirror of
https://github.com/adi1090x/rofi.git
synced 2026-03-19 02:30:12 +01:00
removed light
This commit is contained in:
parent
825b46ec44
commit
f556ae10ef
@ -25,7 +25,6 @@
|
||||
# Optional runtime dependencies for full functionality
|
||||
pkexec
|
||||
acpi
|
||||
light
|
||||
mpd
|
||||
mpc
|
||||
maim
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user