Reformat code
diff --git a/modules/calculator.nix b/modules/calculator.nix
index 8fd0f44..42c7358 100644
--- a/modules/calculator.nix
+++ b/modules/calculator.nix
@@ -13,5 +13,5 @@
   };
 in
 {
-  home.home.packages = with pkgs; [ wcalc R  ];
+  home.home.packages = with pkgs; [ wcalc R ];
 }