From 394978cdbd03b29f90c796b7aa4ba6e1d6abc19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 May 2025 18:17:37 +0200 Subject: [PATCH] tungsten: drop wallpaper configuration --- nix/configurations/tungsten/home/misc.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/configurations/tungsten/home/misc.nix b/nix/configurations/tungsten/home/misc.nix index 3b854182..c3bcbe1a 100644 --- a/nix/configurations/tungsten/home/misc.nix +++ b/nix/configurations/tungsten/home/misc.nix @@ -31,7 +31,6 @@ home.file = { ".xscreensaver".source = "${./xscreensaver/.xscreensaver}"; - ".wallpaper".source = "${pkgs.wallpapers.estradiol}/main.svg"; }; home.pointerCursor = { x11.enable = true;