Files
nixos-dotfiles/modules/desktop/notify/default.nix

9 lines
65 B
Nix

_:
{
imports = [
./all.nix
./dunst
./swaync
];
}