dot.nix/home/toph/common/optional/hyprland/services/playerctl.nix
Chris Toph eb266c5ea1 Refactor Hyprland config structure
- grouped services and programs
2025-04-03 01:36:09 -04:00

6 lines
69 B
Nix

{ pkgs, ... }:
{
services.playerctld = {
enable = true;
};
}