The change of the wallpaper / file path in plasma via config
- currently the configuration contains only one
desktopsession
if that would be the nix-way?
:p lib.lists.forEach sessions (session : if session.manage == "desktop" then ( session // { start = "..."; }) else session )