diff --git a/config.nix b/config.nix index 726725f..d2ba453 100644 --- a/config.nix +++ b/config.nix @@ -185,7 +185,7 @@ in { }; home.file = { - ".background-image".source = config.constants.wallpaper; + ".background-image".source = ./art/37333571_p0_master1200.jpg; ".config/mpv/input.conf".text = import ./dot/mpv.nix; ".config/xfce4/terminal/terminalrc".text = import ./dot/terminal.nix; ".config/zathura/zathurarc".text = "set selection-clipboard clipboard"; diff --git a/options.nix b/options.nix index 66cc894..d574dcc 100644 --- a/options.nix +++ b/options.nix @@ -36,11 +36,6 @@ in { gtk = { name = "Paper"; package = pkgs.paper-gtk-theme; }; icon = { name = "Paper"; package = pkgs.paper-icon-theme; }; }; - - wallpaper = mkOption { - type = types.path; - default = pkgs.copyPathToStore ./art/haskell-grey.png; - }; }; }