From bab015f8ec117d726a85a9ca4acc744316a6db4f Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 31 Aug 2025 15:00:35 +0200 Subject: [PATCH] fix(hyprpaper): comply with new naming scheme --- modules/home/services/hyprpaper/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/services/hyprpaper/default.nix b/modules/home/services/hyprpaper/default.nix index cd8c2739..ab1cb86b 100644 --- a/modules/home/services/hyprpaper/default.nix +++ b/modules/home/services/hyprpaper/default.nix @@ -47,12 +47,12 @@ in wallpaper = [ # kima - "DP-3,${osConfig.settings.theme.background.desktop}" - "HDMI-A-1,${osConfig.settings.theme.background.vertical}" + "DP-3,${osConfig.settings.theme.background.primary}" + "HDMI-A-1,${osConfig.settings.theme.background.secondary}" # bunk - "eDP-1,${osConfig.settings.theme.background.desktop}" + "eDP-1,${osConfig.settings.theme.background.primary}" # toothpc - "DVI-D-1,${osConfig.settings.theme.background.desktop}" + "DVI-D-1,${osConfig.settings.theme.background.primary}" ]; }; };