Remove extraneous arguments; fix anytype hash; fix imports; make home build
diff --git a/src/apps/personal/comma.nix b/src/apps/personal/comma.nix
index 7a8fa47..477c4e6 100644
--- a/src/apps/personal/comma.nix
+++ b/src/apps/personal/comma.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, nixpkgs, ... }:
+{ pkgs, ... }:
 let
     comma = import ( pkgs.fetchFromGitHub {
         owner = "nix-community";