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