services.glance.settings

Home-Manager option

Configuration written to a yaml file that is read by glance. See https://github.com/glanceapp/glance/blob/main/docs/configuration.md for more.

type: YAML 1.1 value
Default
{ pages = [ { columns = [ { size = "full"; widgets = [ { type = "calendar"; } ]; } ]; name = "Calendar"; } ]; }
Example
{ pages = [ { columns = [ { size = "full"; widgets = [ { type = "calendar"; } { location = "London, United Kingdom"; type = "weather"; } ]; } ]; name = "Home"; } ]; server = { port = 5678; }; }
declared in: <home-manager/modules/services/glance.nix>source unavailable