diff --git a/home-manager.nix b/home-manager.nix index 3154dea..7329c0d 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -117,12 +117,12 @@ in executable = true; }; # Thunar configuration - ".config/Thunar" = { + ".config/Thunar/" = { source = ./home-manager/config/Thunar; recursive = true; }; # templates - ".config/Vorlagen" = { + ".config/Vorlagen/" = { source = ./home-manager/config/Vorlagen; recursive = true; };