niri: add playerctl to pkgs

This commit is contained in:
Bloxx12 2025-07-09 22:11:38 +02:00
commit 190323c198
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -67,7 +67,7 @@ in {
environment.etc."niri/config.kdl".source = ./config.kdl; environment.etc."niri/config.kdl".source = ./config.kdl;
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit (pkgs) xwayland-satellite avizo; inherit (pkgs) xwayland-satellite avizo playerctl;
inherit new-swww; inherit new-swww;
}; };
}; };