From 8a9516e5b12f956f8134dd638df61b92eee89fa1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 21 Jul 2024 17:30:11 -0400 Subject: [PATCH] docs: fix package readmes --- README.md | 4 ++-- legacyPackages/README.md | 11 +++++++++++ packages/README.md | 9 --------- 3 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 legacyPackages/README.md diff --git a/README.md b/README.md index 8cbda003..57e9cfd4 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ sudo ln -sf /home/matt/.nix /etc/nixos | ---------------------------------- | ----------- | | `nixosConfigurations` | [devices](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)' + ISO's configurations | | `nixOnDroidConfigurations.default` | [Nix-On-Droid](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices/android)'s configuration | -| `packages` | Some custom [packages](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/pkgs) not available in nixpkgs or modified from it | -| `legacyPackages` | Some custom [package scopes](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/pkgs) not available in nixpkgs or modified from it | +| `packages` | Some custom [packages](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/packages) not available in nixpkgs or modified from it | +| `legacyPackages` | Some custom [package scopes](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/legacyPackages) not available in nixpkgs or modified from it | | `formatter` | I format nix code with [alejandra](https://github.com/kamadorueda/alejandra) | | `devShells.default` | A dev shell to build an ISO from the live-image nixosConfiguration | | `devShells.ags` | A dev shell to have a NodeJS env when I enter my AGS's config directory | diff --git a/legacyPackages/README.md b/legacyPackages/README.md new file mode 100644 index 00000000..9b1b3777 --- /dev/null +++ b/legacyPackages/README.md @@ -0,0 +1,11 @@ +# LegacyPackages + +This directory encompasses every derivation scopes for packages exposed by my flake. + +## List of package scopes found in `self.legacyPackages` + +| Name | Description | +| --------------- | ----------- | +| `dracula` | Themes for many apps from the [Dracula GitHub Org](https://github.com/dracula) | +| `firefoxAddons` | Firefox extensions updated with [mozilla-addons-to-nix](https://git.sr.ht/~rycee/mozilla-addons-to-nix) | +| `mpvScripts` | MPV scripts that I use that are not in nixpkgs | diff --git a/packages/README.md b/packages/README.md index 6ce5f3f1..953d8a98 100644 --- a/packages/README.md +++ b/packages/README.md @@ -12,12 +12,3 @@ This directory encompasses every derivations for packages exposed by my flake. | `pokemon-colorscripts` | [GitLab](https://gitlab.com/phoneybadger/pokemon-colorscripts) | | `repl` | nix repl forked from [here](https://github.com/fufexan/dotfiles/blob/main/pkgs/repl/default.nix) | | `trash-d` | [Github](https://github.com/rushsteve1/trash-d) | - - -## List of package scopes found in `self.legacyPackages` - -| Name | Description | -| --------------- | ----------- | -| `dracula` | Themes for many apps from the [Dracula GitHub Org](https://github.com/dracula) | -| `firefoxAddons` | Firefox extensions updated with [mozilla-addons-to-nix](https://git.sr.ht/~rycee/mozilla-addons-to-nix) | -| `mpvScripts` | MPV scripts that I use that are not in nixpkgs |