feat(services): add wallpaperengine service and update configs

This commit is contained in:
uttarayan21
2025-10-21 15:41:59 +05:30
parent 5fe2e20829
commit 8ac3e4a723
5 changed files with 117 additions and 85 deletions

View File

@@ -12,8 +12,7 @@
nextcloudWallpapers = name: config.home.homeDirectory + "/Nextcloud/Wallpapers/" + name;
silksongFleas = nextcloudWallpapers "silksong-fleas.jpg";
in {
enable = device.is "ryu";
# enable = true;
enable = true;
systemd.enable = true;
systemd.target = "hyprland-session.target";
settings.preload =
@@ -22,7 +21,7 @@
silksongFleas
];
settings.wallpapers = {
"${device.monitors.primary}" = silksongFleas;
# "${device.monitors.primary}" = silksongFleas;
"${device.monitors.secondary}" = wallpapers.frieren_3;
"${device.monitors.tertiary}" = wallpapers.hornet;
};