feat(minion,greylag): install useful packages

I currently use logseq for my notetaking

wl-clipboard should probably be added to our wayland modules in the
future, but for now I will install it only for myself

Change-Id: I4acf80aee401b3411e5f3a080e478cfb0276b238
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/708
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/homes/x86_64-linux/minion@greylag/default.nix b/homes/x86_64-linux/minion@greylag/default.nix
index 5dbbcdc..0c5eb0a 100644
--- a/homes/x86_64-linux/minion@greylag/default.nix
+++ b/homes/x86_64-linux/minion@greylag/default.nix
@@ -20,6 +20,9 @@
 }:
 {
   chimera.minion.enable = true;
+  home.packages = [
+    pkgs.wl-clipboard
+  ];
 
   chimera.waybar = {
     modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";