coded@shorthair: fix yubikey

Move yubikey.enable under chimera option set.

Change-Id: Iab50f6e25afb82c467293f6ad8fc887e93957af4
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/526
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index e8695c9..881d6a1 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -104,9 +104,10 @@
       style = "Macchiato";
       color = "Blue";
     };
+
+    yubikey.enable = true;
   };
 
-  yubikey.enable = true;
 
   programs.git.includes = [{
     condition = "gitdir:~/programming/nix/frappix/";