programs.river-classic.extraPackages

NixOS option

Extra packages to be installed system wide. See Common X11 apps used on i3 with Wayland alternatives for a list of useful software.

type: list of package
Default
with pkgs; [ swaylock foot dmenu ];
Example
with pkgs; [ alacritty rofi light ]
declared in: nixos/modules/programs/wayland/river.nixView source on NixOS/nixpkgs →