Fix matugen output paths — use absolute home directory
Tilde (~) wasn't being expanded by matugen, so template output files were never created. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
effa5e5cbb
commit
7c180a3761
1 changed files with 2 additions and 2 deletions
|
|
@ -39,11 +39,11 @@
|
||||||
|
|
||||||
[templates.ghostty]
|
[templates.ghostty]
|
||||||
input_path = "${inputs.self}/templates/ghostty-colors"
|
input_path = "${inputs.self}/templates/ghostty-colors"
|
||||||
output_path = "~/.config/ghostty/themes/wallpaper"
|
output_path = "${config.home.homeDirectory}/.config/ghostty/themes/wallpaper"
|
||||||
|
|
||||||
[templates.gtk4]
|
[templates.gtk4]
|
||||||
input_path = "${inputs.self}/templates/gtk4-colors.css"
|
input_path = "${inputs.self}/templates/gtk4-colors.css"
|
||||||
output_path = "~/.config/gtk-4.0/colors.css"
|
output_path = "${config.home.homeDirectory}/.config/gtk-4.0/colors.css"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue