fix: resolve 'outside /home/bernardo' build failure by avoiding directory symlink conflicts

- Update app configurations (btop, kitty, ghostty, opencode, lazygit, tmux) to manage individual files instead of entire directories.
- Use 'recursive = true' for chromium and elephant configurations to allow multiple modules to contribute to the same directory.
- This prevents conflicts when the theme loader tries to add themed config files into directories that were previously managed as monolithic symlinks.
This commit is contained in:
Bernardo Magri
2026-04-12 22:53:44 +01:00
parent b3fb246ce3
commit ffdc67d246
8 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, lib, ... }:
{
xdg.configFile."ghostty".source = ./config;
xdg.configFile."ghostty/config".source = ./config/config;
}