nixos-config/modules/home/services/default.nix
2024-12-25 02:15:04 -05:00

8 lines
84 B
Nix

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