about summary refs log tree commit diff
path: root/home/firefox
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/firefox/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/firefox/default.nix b/home/firefox/default.nix
index 7b6485d..15677b8 100644
--- a/home/firefox/default.nix
+++ b/home/firefox/default.nix
@@ -1,6 +1,7 @@
 { config, lib, pkgs, ... }:
 let cfg = config.my.home.firefox;
-in {
+in
+{
   options.my.home.firefox = with lib; {
     enable = mkEnableOption "firefox configuration";
   };