pantheon/configs/programs/dunst.nix
2025-04-10 16:28:33 +08:00

5 lines
74 B
Nix

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