change firefox config
This commit is contained in:
parent
fe5b46fcb0
commit
e7db10dbb5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue