From 9bcfa02314f4d560bd7bcdbf7f2e597244f94d4f Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 4 Oct 2023 23:05:29 +0100 Subject: [PATCH] Add nixenv pluing created here: https://github.com/DanTheMinotaur/dotbot-nix-env --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 16c0439..5bf08c2 100644 --- a/Plugins.md +++ b/Plugins.md @@ -28,6 +28,7 @@ | [ifplatform](https://github.com/ssbanerje/dotbot-ifplatform) | Conditionally execute dotbot directives based on the system distribution | | [include](https://gitlab.com/gnfzdz/dotbot-include/)| Include dotbot directives from another file | | [librewolf](https://gitlab.com/paulbecker/dotbot_plugin_librewolf) | Configure your Librewolf profile(s) | +| [nixenv](https://github.com/DanTheMinotaur/dotbot-nix-env) | Install packages using nix-env | | [omnipkg](https://github.com/Code-Maniac/dotbot-omnipkg)| Install and upgrade apt-get, pacman, dnf and brew packages | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | | [pamac](https://github.com/skwinnik/dotbot-pamac) | Install pamac packages |