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

9 lines
84 B
Nix

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