gui(niri): Use waypaper to play wallpaper instead of swaybg

This commit is contained in:
ulic-youthlic 2025-07-01 19:23:25 +08:00
parent 2688e918d9
commit 9e7124071b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 47 additions and 3 deletions

View file

@ -26,7 +26,6 @@ in {
home.packages =
(with pkgs; [
swaynotificationcenter
swaybg
kdePackages.polkit-kde-agent-1
wl-clipboard
cliphist
@ -65,6 +64,7 @@ in {
waybar.enable = true;
swaync.enable = true;
swaylock.enable = true;
waypaper.enable = true;
};
programs.niri = {
config = cfg.config;