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";
diff --git a/modules/home/users/minion/default.nix b/modules/home/users/minion/default.nix
index 45f7530..88f6be0 100644
--- a/modules/home/users/minion/default.nix
+++ b/modules/home/users/minion/default.nix
@@ -19,6 +19,10 @@
   in {
     chimera.shell.rebuildFlakePath = "/home/skyler/Code/nix/configs/personal";
 
+    home.packages = [
+      pkgs.logseq
+    ];
+
     programs.git.includes =
       lib.mapAttrsToList
         git_email_to_include_option