1 # Plotinus {#module-program-plotinus}
3 *Source:* {file}`modules/programs/plotinus.nix`
5 *Upstream documentation:* <https://github.com/p-e-w/plotinus>
7 Plotinus is a searchable command palette in every modern GTK application.
9 When in a GTK 3 application and Plotinus is enabled, you can press
10 `Ctrl+Shift+P` to open the command palette. The command
11 palette provides a searchable list of of all menu items in the application.
13 To enable Plotinus, add the following to your
14 {file}`configuration.nix`:
17 programs.plotinus.enable = true;