depot/third_party/nixpkgs/nixos/modules/programs/plotinus.md
Default email 587713944a Project import generated by Copybara.
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
2024-04-21 17:54:59 +02:00

549 B

Plotinus

Source: {file}modules/programs/plotinus.nix

Upstream documentation: https://github.com/p-e-w/plotinus

Plotinus is a searchable command palette in every modern GTK application.

When in a GTK 3 application and Plotinus is enabled, you can press Ctrl+Shift+P to open the command palette. The command palette provides a searchable list of of all menu items in the application.

To enable Plotinus, add the following to your {file}configuration.nix:

{
  programs.plotinus.enable = true;
}