change firefox config

This commit is contained in:
Frost-Phoenix 2023-11-09 18:46:45 +01:00
parent fe5b46fcb0
commit e7db10dbb5

View file

@ -1,9 +1,8 @@
{ pkgs, lib, config, theme,... }: { pkgs, lib, config,... }:
{ {
programs.firefox = let programs.firefox = let
startpage = pkgs.substituteAll { startpage = pkgs.substituteAll {
src = ./startpage.html; src = ./startpage.html;
inherit (theme) wallpaper;
}; };
in { in {
enable = true; enable = true;