From: Ralf Jung Date: Fri, 31 Jul 2026 09:42:25 +0000 (+0200) Subject: add symlink helper X-Git-Url: https://git.ralfj.de/bubblebox.git/commitdiff_plain/cebdbebbd6a30b5e58537dc21a4148549e7e5a67 add symlink helper --- 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