nixos-config/modules/home/services/default.nix
2025-05-08 10:55:26 -04:00

9 lines
86 B
Nix

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