Force home-manager to overwrite existing btop.conf

Mediaserver already had a btop.conf outside home-manager control, so
declarative adoption was refused. Setting force=true lets the managed
version take over.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-16 20:26:49 +01:00
parent 2e29d3dce5
commit 3a5daa6c80

View file

@ -22,6 +22,7 @@
home.file.".config/ghostty/themes/.keep".text = ""; home.file.".config/ghostty/themes/.keep".text = "";
# btop config — use matugen-generated theme # btop config — use matugen-generated theme
home.file.".config/btop/btop.conf".force = true;
home.file.".config/btop/btop.conf".text = '' home.file.".config/btop/btop.conf".text = ''
color_theme = "matugen" color_theme = "matugen"
theme_background = False theme_background = False