pantheon/configs/graphical/dunst.nix
2025-03-27 04:26:49 +08:00

5 lines
74 B
Nix

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