From aa5cb5db839ab85e24a0950677f508d9e008108c Mon Sep 17 00:00:00 2001 From: Till Date: Mon, 25 Dec 2023 13:31:13 +0100 Subject: [PATCH] no bkup profile firefox --- home/firefox.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/firefox.nix b/home/firefox.nix index 55ba0a8..c90f1f2 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -35,12 +35,12 @@ }; }; profiles = { - alt = { - id = 1; - name = "alt"; - isDefault = false; - path = "f6h6bcj5.default-release"; - }; + # bkup = { + # id = 1; + # name = "alt"; + # isDefault = false; + # path = "f6h6bcj5.default-release"; + # }; ${config.home.username} = { name = config.home.username; isDefault = true;