services.glance.settings
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
- <home-manager/modules/services/glance.nix>