{ config, lib, pkgs, ... }: let mutableSymlink = config.lib.file.mkOutOfStoreSymlink; in { home.file."org".source = mutableSymlink "~/Dropbox/org"; }