This commit is contained in:
Miguel Palhas
2024-10-06 11:37:02 +01:00
parent 76c886362a
commit adda4f9e06
4 changed files with 30 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.dunst = {
enable = true;
catppuccin = true;
};
}