1 { config, lib, pkgs, ... }:
6 cfg = config.programs.plotinus;
10 maintainers = pkgs.plotinus.meta.maintainers;
20 description = lib.mdDoc ''
21 Whether to enable the Plotinus GTK 3 plugin. Plotinus provides a
22 popup (triggered by Ctrl-Shift-P) to search the menus of a
23 compatible application.
32 config = mkIf cfg.enable {
33 environment.sessionVariables.XDG_DATA_DIRS = [ "${pkgs.plotinus}/share/gsettings-schemas/${pkgs.plotinus.name}" ];
34 environment.variables.GTK3_MODULES = [ "${pkgs.plotinus}/lib/libplotinus.so" ];