From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:42:55 +0000 (+0200) Subject: Merge pull request #321 from salarua/flatpak-update X-Git-Tag: v0.2.0.2~20 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e88752a910a164bffeb23aa2f22811fa5d41bc18?hp=225f82ad5857196c94c794fa52a5ebb8addb0da0 Merge pull request #321 from salarua/flatpak-update --- diff --git a/programs/ngrok.json b/programs/ngrok.json new file mode 100644 index 0000000..be0fb4f --- /dev/null +++ b/programs/ngrok.json @@ -0,0 +1,10 @@ +{ + "name": "ngrok", + "files": [ + { + "path": "$HOME/.ngrok2", + "movable": true, + "help": "Ngrok v3 uses the XDG spec.\n Update from v2 to v3 and run the following command to automatically relocate your configuration to __XDG_CONFIG_HOME__:\n\n```ngrok config upgrade --relocate```\n\nYou have to manually delete the old folder in your __HOME__ after that." + } + ] +} diff --git a/programs/nix.json b/programs/nix.json index 681aea0..d4cdcbe 100644 --- a/programs/nix.json +++ b/programs/nix.json @@ -4,17 +4,17 @@ { "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" + "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\nTo use the XDG spec with the old command line, add to `/etc/nix/nix.conf`:\n\n```use-xdg-base-directories = true```\n\nYou also have to manually move the the file to __XDG_STATE_HOME__:\n\n```mv \"$HOME/.nix-channels\" \"$XDG_STATE_HOME/nix/channels\"```\n\n_See the Manual_: https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-use-xdg-base-directories\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" + "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\nTo use the XDG spec with the old command line, add to `/etc/nix/nix.conf`:\n\n```use-xdg-base-directories = true```\n\nYou also have to manually move the the file to __XDG_STATE_HOME__:\n\n```mv \"$HOME/.nix-defexpr\" \"$XDG_STATE_HOME/nix/defexpr\"```\n\n_See the Manual_: https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-use-xdg-base-directories\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" + "help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\nTo use the XDG spec with the old command line, add to `/etc/nix/nix.conf`:\n\n```use-xdg-base-directories = true```\n\nYou also have to manually move the the file to __XDG_STATE_HOME__:\n\n```mv \"$HOME/.nix-profile\" \"$XDG_STATE_HOME/nix/profile\"```\n\n_See the Manual_: https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-use-xdg-base-directories\n\n" } ] }