From e7db10dbb50ec8802ca5bc7f4c528daee6373458 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 9 Nov 2023 18:46:45 +0100 Subject: [PATCH] change firefox config --- modules/home/firefox/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index 73253eb..a70c413 100755 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -1,9 +1,8 @@ -{ pkgs, lib, config, theme,... }: +{ pkgs, lib, config,... }: { programs.firefox = let startpage = pkgs.substituteAll { src = ./startpage.html; - inherit (theme) wallpaper; }; in { enable = true;