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:
parent
2e29d3dce5
commit
3a5daa6c80
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
home.file.".config/ghostty/themes/.keep".text = "";
|
||||
|
||||
# btop config — use matugen-generated theme
|
||||
home.file.".config/btop/btop.conf".force = true;
|
||||
home.file.".config/btop/btop.conf".text = ''
|
||||
color_theme = "matugen"
|
||||
theme_background = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue