Skip to content

Wayfire

programs.wayfire.enable

Whether to enable Wayfire, a wayland compositor based on wlroots. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/wayland/wayfire.nix

programs.wayfire.package

The wayfire package to use. Type: package

Default

pkgs.wayfire

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/wayland/wayfire.nix

programs.wayfire.plugins

Additional plugins to use with the wayfire window manager.

Type: list of package

Default

with pkgs.wayfirePlugins; [ wcm wf-shell ]

Example

with pkgs.wayfirePlugins; [wcmwf-shellwayfire-plugins-extra];

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/wayland/wayfire.nix