programs.clock-rs.enable
Whether to enable clock-rs.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.clock-rs.package
The clock-rs package to use.
Type: null or package
Default:
pkgs.clock-rs
Declared by:
programs.clock-rs.settings
The configuration file to be used for clock-rs
Type: TOML value
Default:
{ }
Example:
general = {
color = "magenta";
interval = 250;
blink = true;
bold = true;
};
position = {
horizontal = "start";
vertical = "end";
};
date = {
fmt = "%A, %B %d, %Y";
use_12h = true;
utc = true;
hide_seconds = true;
};
Declared by: