nix-config/home-manager/sajenim/features/desktop/common/default.nix
2024-02-13 22:56:37 +08:00

8 lines
61 B
Nix

{ ... }:
{
imports = [
./discord
./mpd.nix
];
}