From 9fbe9cdc9b4071973f758efe3acdbd88162e6065 Mon Sep 17 00:00:00 2001 From: AsciiMoth Date: Thu, 3 Aug 2023 05:20:50 +0400 Subject: [PATCH] Fix formatting --- machines/pcLexell/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/pcLexell/firefox.nix b/machines/pcLexell/firefox.nix index 193ee7f..7696fdc 100644 --- a/machines/pcLexell/firefox.nix +++ b/machines/pcLexell/firefox.nix @@ -19,7 +19,7 @@ in { home-manager.users."${constants.MainUser}".programs = { browserpass = { enable = true; - browsers = [ "firefox" ]; + browsers = ["firefox"]; }; firefox = { enable = true;