From 00c7c595e6f2568a500097fb59486a086a76b0bc Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 10:39:20 -0500 Subject: [PATCH] home-manager doesnt need home --- modules/users/crow/configs/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/configs/firefox.nix b/modules/users/crow/configs/firefox.nix index 0787f2a..f0df30b 100644 --- a/modules/users/crow/configs/firefox.nix +++ b/modules/users/crow/configs/firefox.nix @@ -1,5 +1,5 @@ { - home.programs.firefox = { + programs.firefox = { enable = true; policies = { BlockAboutConfig = true;