# Test home-relative paths # Note: This will resolve to the actual home directory at evaluation time let # Example home path (will be expanded by evaluator) config = ~/..config; file = ~/.bashrc; in { # These are just path values that will be expanded configPath = config; filePath = file; }