Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index fa15056..b553aee 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -321,9 +321,11 @@
     "x-scheme-handler/unknown" = "chromium-browser.desktop";
   };
 
-  environment.sessionsVariables.DEFAULT_BROWSER = "${pkgs.chromium}/bin/chromium";
+  # environment.sessionsVariables.DEFAULT_BROWSER = "${pkgs.chromium}/bin/chromium";
 
 
+  boot.supportedFilesystems = [ "kbfs" ];
+
   # This value determines the NixOS release from which the default
   # settings for stateful data, like file locations and database versions
   # on your system were taken. It‘s perfectly fine and recommended to leave