nixos-config/modules/home/services/default.nix
2024-12-29 09:47:44 -05:00

10 lines
94 B
Nix

{ ... }:
{
imports = [
./easyeffects
./gnome-keyring
./mpd
./udiskie
];
}