dunst and libnotyfiy
This commit is contained in:
parent
030f9390f3
commit
f95dc49468
|
@ -1,3 +1,7 @@
|
|||
{...}:{
|
||||
{pkgs,...}:{
|
||||
services.dunst.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
libnotify
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue