X-Git-Url: https://git.ralfj.de/bubblebox.git/blobdiff_plain/27fecd30b8dc7969e9cd10d9f09b62b5eda374c9..cebdbebbd6a30b5e58537dc21a4148549e7e5a67:/bubblebox.py?ds=sidebyside 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