1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-12 03:51:07 +01:00
home-manager/tests/modules/programs/sherlock/full-configuration.toml
Austin Horstman a379077675 sherlock: init module
Creating a sherlock module for the sherlock launcher. Prefer a file be
controlled by a single option and using settings for the main config
file.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-08-05 20:33:37 -05:00

28 lines
463 B
TOML

[appearance]
gsk_renderer = "cairo"
height = 600
icon_size = 32
opacity = 0.95
width = 1000
[caching]
enable = true
[default_apps]
browser = "firefox"
calendar_client = "thunderbird"
teams = "teams-for-linux --enable-features=UseOzonePlatform --ozone-platform=wayland --url {meeting_url}"
terminal = "kitty"
[search_bar_icon]
enable = true
[status_bar]
enable = true
[units]
currency = "usd"
lengths = "feet"
temperatures = "F"
volumes = "oz"
weights = "lb"