Nerowy / Nix-files

My NiixOS adventure
1 stars 0 forks source link

Add a symlink for vrchat photos to photos folder #1

Open different-name opened 3 weeks ago

different-name commented 3 weeks ago
# link vrchat pictures to pictures folder
systemd.user.tmpfiles.rules = [
  "L ${config.home.homeDirectory}/Pictures/VRChat - - - - ${config.home.homeDirectory}/.steam/root/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat"
];