mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
7 lines
109 B
Nix
7 lines
109 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [playerctl];
|
|
services.playerctld = {
|
|
enable = true;
|
|
};
|
|
}
|