nixos-config/modules/home/services/default.nix

10 lines
94 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
2024-12-25 02:15:04 -05:00
./easyeffects
./gnome-keyring
2024-12-29 09:47:44 -05:00
./mpd
./udiskie
];
}