grafana-alloy: don't build the frontend twice
[NixPkgs.git] / nixos / modules / programs / plotinus.md
blob0a2c688c722c3160168cb2077638bc48c24bf8fc
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`:
15 ```nix
17   programs.plotinus.enable = true;
19 ```