nixos-config/modules/home/services/default.nix
2025-05-08 12:53:38 -04:00

9 lines
86 B
Nix

{ ... }:
{
imports = [
./easyeffects
./gpg
./mpd
./playerctl
];
}