options to settings

This commit is contained in:
2025-07-19 12:25:07 +02:00
parent b92c4dc53f
commit 323dfcbc82
21 changed files with 147 additions and 147 deletions

View File

@@ -43,12 +43,12 @@ in {
wallpaper = [
# kima
"DP-3,${osConfig.theme.background.desktop}"
"HDMI-A-1,${osConfig.theme.background.lockscreen}"
"DP-3,${osConfig.settings.theme.background.desktop}"
"HDMI-A-1,${osConfig.settings.theme.background.lockscreen}"
# bunk
"eDP-1,${osConfig.theme.background.desktop}"
"eDP-1,${osConfig.settings.theme.background.desktop}"
# toothpc
"DVI-D-1,${osConfig.theme.background.desktop}"
"DVI-D-1,${osConfig.settings.theme.background.desktop}"
];
};
};