Home Explore Blog Models CI



nixpkgs

nixos/modules/programs/plotinus.md
c1e17cc246783d37df5e9965715ce7846f836ab50b23461d0000000300000223
# Plotinus {#module-program-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`:
```nix
{ programs.plotinus.enable = true; }
```

Chunks
fbf52771 (1st chunk of `nixos/modules/programs/plotinus.md`)
Title: Plotinus: Searchable Command Palette for GTK Applications
Summary
Plotinus is a searchable command palette designed for modern GTK applications. When enabled in a GTK 3 application, users can press `Ctrl+Shift+P` to open a palette that allows them to search through all menu items. To enable Plotinus, simply add `{ programs.plotinus.enable = true; }` to your `configuration.nix` file.