Files
Nomarchy/features/apps/lazygit/default.nix
Bernardo Magri ffdc67d246 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.
2026-04-12 22:53:44 +01:00

6 lines
101 B
Nix

{ config, pkgs, lib, ... }:
{
xdg.configFile."lazygit/config.yml".source = ./config/config.yml;
}