pantheon/configs/programs/dunst.nix

5 lines
74 B
Nix

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