fix(options)!: Fix option names to be more categorical

Chimera users have been moved to chimera.users.<name> and touchpad is
now under chimera.input.touchpad.enable.

Everything using these options has been updated to point to the correct path

Change-Id: I9873f39378da0dc877d73f97769105c464a1780d
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/760
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/minion@greylag/default.nix b/homes/x86_64-linux/minion@greylag/default.nix
index 52a91e6..6412d20 100644
--- a/homes/x86_64-linux/minion@greylag/default.nix
+++ b/homes/x86_64-linux/minion@greylag/default.nix
@@ -19,7 +19,7 @@
   ...
 }:
 {
-  chimera.minion.enable = true;
+  chimera.users.minion.enable = true;
   home.packages = [
     pkgs.wl-clipboard
   ];