programs.cavalier.settings.general

Home-Manager option

Settings to be written to the Cavalier configuration file. See https://github.com/NickvisionApps/Cavalier/blob/main/NickvisionCavalier.Shared/Models/Configuration.cs for all available options.

type: JSON value
Default
{ }
Example
{ ShowControls = true; ColorProfiles = [ { Name = "Default"; FgColors = [ "#ffed333b" "#ffffa348" "#fff8e45c" "#ff57e389" "#ff62a0ea" "#ffc061cb" ]; BgColors = [ "#ff1e1e2e" ]; Theme = 1; } ]; ActiveProfile = 0; }
declared in: <home-manager/modules/programs/cavalier.nix>source unavailable