diff --git a/devices/binto/modules/nvidia.nix b/devices/binto/modules/nvidia.nix
index 33f177e3..94b819e3 100644
--- a/devices/binto/modules/nvidia.nix
+++ b/devices/binto/modules/nvidia.nix
@@ -3,6 +3,8 @@
   pkgs,
   ...
 }: {
+  # FIXME: move this to hardware-config?
+
   # Enable OpenGL
   hardware.opengl = {
     enable = true;
diff --git a/devices/servivi/modules/arion/default.nix b/devices/servivi/modules/arion/default.nix
index 7ca208d8..9511ec5e 100644
--- a/devices/servivi/modules/arion/default.nix
+++ b/devices/servivi/modules/arion/default.nix
@@ -8,7 +8,7 @@
 } @ inputs:
 with lib;
 with builtins; let
-  inherit (config.vars) mainUser;
+  inherit (config.vars) mainUser hostName;
   configPath = "/var/lib/arion";
 in {
   imports = [arion.nixosModules.arion];
@@ -58,7 +58,7 @@ in {
       backend = "docker";
 
       projects = let
-        basePath = "${self}/devices/${config.vars.hostName}/modules/arion";
+        basePath = "${self}/devices/${hostName}/modules/arion";
 
         composeFiles =
           filter (n: hasSuffix "compose.nix" (toString n))
diff --git a/home/firefox/addons/generated-firefox-addons.nix b/home/firefox/addons/generated-firefox-addons.nix
index 0368a61f..ec4fbf6a 100644
--- a/home/firefox/addons/generated-firefox-addons.nix
+++ b/home/firefox/addons/generated-firefox-addons.nix
@@ -6,15 +6,22 @@
 }: {
   "600-sound-volume" = buildFirefoxXpiAddon {
     pname = "600-sound-volume";
-    version = "1.5.3";
+    version = "1.5.5";
     addonId = "{c4b582ec-4343-438c-bda2-2f691c16c262}";
-    url = "https://addons.mozilla.org/firefox/downloads/file/4133303/600_sound_volume-1.5.3.xpi";
-    sha256 = "7045a812608338f95181459ae3e518bb51c8dc9a724a4083afb687d14075c304";
+    url = "https://addons.mozilla.org/firefox/downloads/file/4219765/600_sound_volume-1.5.5.xpi";
+    sha256 = "efc686d54727f29b5c796f4037f19a5d5f31f77354c9c5f8f47d8768ba24fe98";
     meta = with lib; {
       homepage = "http://resourcefulman.net/";
       description = "Up to 600% volume boost";
       license = licenses.mpl20;
-      mozPermissions = ["<all_urls>" "tabs" "activeTab" "storage"];
+      mozPermissions = [
+        "<all_urls>"
+        "tabs"
+        "activeTab"
+        "storage"
+        "webRequest"
+        "webRequestBlocking"
+      ];
       platforms = platforms.all;
     };
   };
diff --git a/home/theme.nix b/home/theme.nix
index 350311dd..24bbdc9b 100644
--- a/home/theme.nix
+++ b/home/theme.nix
@@ -64,7 +64,7 @@ in {
         [Appearance]
         icon_theme=Flat-Remix-Violet-Dark
         style='';
-        # The newline before this must be there
+    # The newline before this must be there
   in {
     "Kvantum/Dracula/Dracula.kvconfig".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig";
     "Kvantum/Dracula/Dracula.svg".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula-purple-solid/Dracula-purple-solid.svg";
diff --git a/modules/ags/default.nix b/modules/ags/default.nix
index a904de6c..5ecccf9a 100644
--- a/modules/ags/default.nix
+++ b/modules/ags/default.nix
@@ -42,7 +42,7 @@ in {
 
           (writeShellApplication {
             name = "updateTypes";
-            runtimeInputs = [ nodejs_18 typescript git ];
+            runtimeInputs = [nodejs_18 typescript git];
             text = ''
               if [[ -d /tmp/ags-types ]]; then
                 rm -r /tmp/ags-types