From 459170332f92fa78fe5488a9777ecaee00cd0e0e Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 8 Nov 2023 22:38:09 +0100 Subject: [PATCH] test firefox config --- modules/home/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index 61c3fa2..bc02bd9 100755 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -21,7 +21,7 @@ in { nur.enable = true; - hm.programs.firefox = let + programs.firefox = let startpage = pkgs.substituteAll { src = ./startpage.html; inherit (theme) wallpaper;