Configs for nix, renderdock, tldr, Networkmanager-openvpn and xdg-utils.
Networkmanagegr-openvpn, xdg-utils and renderdock info is from arch wiki.
--- /dev/null
+{
+ "name": "Networkmanager-openvpn",
+ "files": [
+ {
+ "path": "$HOME/.cert/nm-openvpn",
+ "movable": false,
+ "help": "Currently unsupported.\n\n_Relevant Issue_: https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/35"
+ }
+ ]
+}
--- /dev/null
+{
+ "name": "nix",
+ "files": [
+ {
+ "path": "$HOME/.nix-channels",
+ "movable": false,
+ "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
+ },
+ {
+ "path": "$HOME/.nix-defexpr",
+ "movable": false,
+ "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
+ },
+ {
+ "path": "$HOME/.nix-profile",
+ "movable": false,
+ "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
+ }
+ ]
+}
--- /dev/null
+{
+ "name": "renderdoc",
+ "files": [
+ {
+ "path": "$HOME/.renderdoc",
+ "movable": false,
+ "help": "Currently unsupported.\n\n_Relevant Issue_: https://github.com/baldurk/renderdoc/pull/1741\n"
+ }
+ ]
+}
--- /dev/null
+{
+ "name": "tldr",
+ "files": [
+ {
+ "path": "$HOME/.tldrc",
+ "movable": true,
+ "help": "Currently tldr-pages do not have any specification for clients on where to cache tldr-pages. See the relevant [issue](https://github.com/tldr-pages/tldr/issues/876) and [specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md)\n\nOfficial tldr-nodejs-client, tldr-python-client or tldr-c-client do not support XDG Base Directories.\n\n**Use [Tealdeer](https://github.com/dbrgn/tealdeer), a rust client for tldr that supports XDG Base Directories instead.**\n"
+ }
+ ]
+}
--- /dev/null
+{
+ "name": "xdg-utils",
+ "files": [
+ {
+ "path": "$HOME/.gnome",
+ "movable": false,
+ "help": "For some reason the script xdg-desktop-menu hard-codes gnome_user_dir=\"$HOME/.gnome/apps\". This is used by chromium among others. Bug discussion has moved to gitlab and PR with fix exists, however it is not merged yet.\n\n_Relevant Issues:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/81\n\n_Merge Request:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/22\n"
+
+ }
+ ]
+}