From cebdbebbd6a30b5e58537dc21a4148549e7e5a67 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 31 Jul 2026 11:42:25 +0200 Subject: [PATCH] add symlink helper --- bubblebox.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bubblebox.py b/bubblebox.py index a6b9d96..a3c2d74 100644 --- a/bubblebox.py +++ b/bubblebox.py @@ -165,5 +165,8 @@ def host_access(dirs): def home_access(dirs): return host_access({ HOME: dirs }) +def home_symlink(dest, link): + return bwrap_flags("--symlink", HOME + dest, HOME + link) + # Profile the profiles when importing bubblebox. import profiles -- 2.39.5