services.clipse.enable
Whether to enable Enable clipse clipboard manager.
Type: boolean
Default:
false
Example:
true
Declared by:
services.clipse.package
The clipse package to use.
Type: null or package
Default:
pkgs.clipse
Declared by:
services.clipse.settings
Configuration written to
$XDG_CONFIG_HOME/clipse/config.json
Please refer to https://github.com/savedra1/clipse#configuration for more information.
Type: JSON value
Default:
{ }
Example:
{
allowDuplicates = true;
maxHistory = 1001;
}
Declared by:
services.clipse.systemdTarget
The systemd target that will automatically start the clipse service.
When setting this value to "sway-session.target",
make sure to also enable wayland.windowManager.sway.systemd.enable,
otherwise the service may never be started.
Type: string
Default:
"graphical-session.target"
Example:
"sway-session.target"
Declared by:
services.clipse.theme
Configuration written to
$XDG_CONFIG_HOME/clipse/custom_theme.json.
Type: JSON value or absolute path
Default:
{
useCustomTheme = false;
}
Example:
{
useCustomTheme = true;
DimmedDesc = "#ffffff";
DimmedTitle = "#ffffff";
FilteredMatch = "#ffffff";
NormalDesc = "#ffffff";
NormalTitle = "#ffffff";
SelectedDesc = "#ffffff";
SelectedTitle = "#ffffff";
SelectedBorder = "#ffffff";
SelectedDescBorder = "#ffffff";
TitleFore = "#ffffff";
Titleback = "#434C5E";
StatusMsg = "#ffffff";
PinIndicatorColor = "#ff0000";
};
Declared by: