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