pantheon/modules/programs/dunst.nix
2025-03-31 04:41:56 +08:00

5 lines
74 B
Nix

{
home-manager.users.rafiq = {
services.dunst.enable = true;
};
}