programs.wayfire.plugins

NixOS option

Additional plugins to use with the wayfire window manager.

type: list of package
Default
with pkgs.wayfirePlugins; [ wcm wf-shell ]
Example
with pkgs.wayfirePlugins; [
  wcm
  wf-shell
  wayfire-plugins-extra
];
declared in: nixos/modules/programs/wayland/wayfire.nixView source on NixOS/nixpkgs →