MyNixOS website logo
option

programs.wayfire.plugins

Additional plugins to use with the wayfire window manager.

Declarations
Type
list of package
Default
with pkgs.wayfirePlugins; [ wcm wf-shell ]
Example
with pkgs.wayfirePlugins; [
  wcm
  wf-shell
  wayfire-plugins-extra
];