add libnotify

This commit is contained in:
Sakooooo 2023-08-05 00:07:44 +03:00
parent 363e577ea0
commit 6ad6067710
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -11,6 +11,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
dunst dunst
libnotify
]; ];
}; };
} }