From b9efe75c17d64e9782567b40d55ea898122fc2ae Mon Sep 17 00:00:00 2001 From: pager Date: Mon, 3 Nov 2025 22:57:36 -0500 Subject: [PATCH] Symlink vrchat pictures folder I sure hope this does soemthing not awful when the folder doesn't exsit wheeeeeee --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 8c559a8..2d6ad4d 100644 --- a/home.nix +++ b/home.nix @@ -49,6 +49,9 @@ dashboard: env: [] ''; + # Make vrchat pictures folder more accessable + home.file."Pictures/VRChat".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.local/share/Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/Pictures/VRChat"; + # For Monado: xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";