wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-22 16:01:44 +01:00
parent 63edc97b48
commit f678b5cf61

View file

@ -188,6 +188,7 @@
systemd.user.services.wallpaper = { systemd.user.services.wallpaper = {
enable = true; enable = true;
description = "Sets the wallpaper with swaybg"; description = "Sets the wallpaper with swaybg";
wantedBy = [ "niri.service" ];
unitConfig = { unitConfig = {
PartOf = "graphical-session.target"; PartOf = "graphical-session.target";
After = "graphical-session.target"; After = "graphical-session.target";