mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 01:21:03 +01:00
18 lines
372 B
TOML
18 lines
372 B
TOML
check_updates = false
|
|
data_dir = "/home/myuser/my/custom/datadir"
|
|
|
|
[logs]
|
|
enabled = false
|
|
|
|
[theme]
|
|
accent = "yellow"
|
|
comment = "italic green"
|
|
error = "dark red"
|
|
highlight = "darkgrey"
|
|
highlight_accent = "yellow"
|
|
highlight_comment = "italic green"
|
|
highlight_primary = "default"
|
|
highlight_secondary = "default"
|
|
highlight_symbol = "» "
|
|
primary = "default"
|
|
secondary = "dim"
|