plasma-login-manager background: Consider using package instead of path #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
options.services.displayManager.plasma-login-manager.backgroundis a string, intended to be a path from a package. For simplicity it might be better to just specify the wallpaper package itself and grab thekdeFilePaththat results, unless that is too limiting for users with their own wallpaper packages with other layouts.This doesn't seem like a good idea after all given general Nix patterns.