Add dunst

This commit is contained in:
ItsDrike 2024-06-21 13:09:02 +02:00
parent dddbbb869a
commit ad463e5f3f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 118 additions and 1 deletions

View file

@ -178,6 +178,10 @@
obs.enable = true;
};
};
services = {
dunst.enable = true;
};
};
};
}