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;