programs.ashell.settings

Home-Manager option

Ashell configuration written to $XDG_CONFIG_HOME/ashell/config.toml (0.5.0+) or $XDG_CONFIG_HOME/ashell/config.yaml (<0.5.0). For available settings see https://github.com/MalpenZibo/ashell?tab=readme-ov-file#configuration.

type: null or TOML value
Default
{ }
Example
{ modules = { center = [ "Window Title" ]; left = [ "Workspaces" ]; right = [ "SystemInfo" [ "Clock" "Privacy" "Settings" ] ]; }; workspaces = { visibilityMode = "MonitorSpecific"; }; }
declared in: <home-manager/modules/programs/ashell.nix>source unavailable