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
|
programs.firefox = let
|
||||||
startpage = pkgs.substituteAll {
|
startpage = pkgs.substituteAll {
|
||||||
src = ./startpage.html;
|
src = ./startpage.html;
|
||||||
inherit (theme) wallpaper;
|
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue