feat(shorthair): Add qemu utilities, add fbc

Change-Id: I0f001997cd453604486fad137ceff62f019286b8
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/886
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 653983f..c3e8238 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -21,7 +21,7 @@
 {
   chimera.users.coded.enable = true;
 
-  chimera.waybar.modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";
+  chimera.waybar.enable = lib.mkForce false;
 
   chimera.niri = {
     enable = true;
@@ -99,4 +99,6 @@
       };
     };
   };
+
+  home.packages = [ pkgs.amdgpu_top pkgs.bottles ];
 }