### Other Package Managers
-`xdg-ninja` is avaliable in many other package managers.
+`xdg-ninja` is available in many other package managers.
The full list is available on the [repology page](https://repology.org/project/xdg-ninja/versions).
in rec {
packages = flake-utils.lib.flattenTree rec {
default = xdg-ninja;
- # The shell script and configurations, uses derivation from offical nixpkgs
+ # The shell script and configurations, uses derivation from official nixpkgs
xdg-ninja = pkgs.stdenvNoCC.mkDerivation {
pname = "xdg-ninja";
version = "0.1.0";
{
"files": [
{
- "help": "Try exporting the following enviornment variable:\n```bash\nBZR_LOG=$XDG_CACHE_HOME/bazaar\n```\n",
+ "help": "Try exporting the following environment variable:\n```bash\nBZR_LOG=$XDG_CACHE_HOME/bazaar\n```\n",
"movable": true,
"path": "$HOME/.bzr.log"
},
{
"path": "$HOME/.docker",
"movable": true,
- "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-dektop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
+ "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
}
],
"name": "docker"
{
"path": "$HOME/.net",
"movable": false,
- "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's pratically impossible to provide a general way to configure this specific behaviour.\n"
+ "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's practically impossible to provide a general way to configure this specific behaviour.\n"
}
],
"name": "dotnet"
{
"path": "$HOME/.hushlogin",
"movable": true,
- "help": "This is an optional file that surpresses the shell login message\n\nYou can safely remove this file if you do not want to silence your shell startup\n\nSome systems support moving this file to _/etc/hushlogins_\n\nRun `man login` for documentation"
+ "help": "This is an optional file that suppresses the shell login message\n\nYou can safely remove this file if you do not want to silence your shell startup\n\nSome systems support moving this file to _/etc/hushlogins_\n\nRun `man login` for documentation"
}
]
}
"path": "$HOME/.mycli-history"
},
{
- "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with enviorment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n",
+ "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with environment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n",
"movable": true,
"path": "$HOME/.mycli.log"
}
{
"files": [
{
- "help": "This file is created when _/run/user/1000_ is inaccesible. Consider fixing this. As a workaround, one can alias rofi to use a pidfile that is not in $HOME but is not in $XDG_RUNTIME_DIR either:\n\n```bash\nalias rofi=\"rofi -pid $XDG_STATE_DIR/rofi\"\n```\n",
+ "help": "This file is created when _/run/user/1000_ is inaccessible. Consider fixing this. As a workaround, one can alias rofi to use a pidfile that is not in $HOME but is not in $XDG_RUNTIME_DIR either:\n\n```bash\nalias rofi=\"rofi -pid $XDG_STATE_DIR/rofi\"\n```\n",
"movable": true,
"path": "$HOME/.rofi.pid"
}