This commit is contained in:
Miguel Palhas
2026-03-25 16:40:15 +00:00
parent be52931cbe
commit 6c397bc61a
8 changed files with 72 additions and 136 deletions
-11
View File
@@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = with pkgs; [ libnotify ];
services.dunst = {
enable = true;
};
}