dunst and libnotyfiy

This commit is contained in:
joy 2024-08-21 23:15:20 +02:00
parent 030f9390f3
commit f95dc49468

View file

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