dunst and libnotyfiy

This commit is contained in:
joygnu 2024-08-21 23:15:20 +02:00
parent 1a4eac642b
commit 0fa0456f7e

View file

@ -1,3 +1,7 @@
{...}:{
{pkgs,...}:{
services.dunst.enable = true;
home.packages = with pkgs; [
libnotify
];
}