From 1184cad61ae8751122d380fb777aecb5869008e4 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Tue, 7 Apr 2026 18:59:45 +0100 Subject: [PATCH] fix: exclude ported apps from XDG auto-mapping to avoid collisions --- modules/home/configs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/configs.nix b/modules/home/configs.nix index b28c0a6..3590d7a 100644 --- a/modules/home/configs.nix +++ b/modules/home/configs.nix @@ -15,6 +15,10 @@ let # Files to explicitly exclude (handled elsewhere or not intended for ~/.config/) excludedFiles = [ "nomarchy.ttf" + "waybar" + "walker" + "alacritty" + "swayosd" ]; # Get all unique names from both sources