From 64265c11953574c1abe02cc1b361bc65d7131add Mon Sep 17 00:00:00 2001
From: khaneliman
Default:
pkgs.mako
Declared by:
-
-
-<home-manager/modules/services/mako.nix>
-
- |
services.mako.criteria
-
-
-Criterias for mako’s config. All the details can be found in the -CRITERIA section in the official documentation.
- -Type: -attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
- -Default:
-{ }
Example:
{
- "actionable=true" = {
- anchor = "top-left";
- };
- "app-name=Google\\ Chrome" = {
- max-visible = "5";
- };
- "field1=value field2=value" = {
- text-alignment = "left";
- };
-}
-
-
Declared by:
|
@@ -80865,31 +80827,37 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo
Configuration settings for mako. All available options can be found -here: https://github.com/emersion/mako/blob/master/doc/mako.5.scd. +Configuration settings for mako. Can include both global settings and sections. +All available options can be found here: +https://github.com/emersion/mako/blob/master/doc/mako.5.scd. Type: -attribute set of (INI atom (null, bool, int, float or string)) +attribute set of (INI atom (null, bool, int, float or string) or attribute set of (INI atom (null, bool, int, float or string)))Default:
Example:
|