feat: hyprland small refactor + starting dunst

This commit is contained in:
s-prechtl 2024-09-28 14:32:54 +02:00
parent 1fb0fd3099
commit 1fcbebff6f
4 changed files with 32 additions and 24 deletions

View file

@ -0,0 +1,10 @@
{...}: {
services.dunst = {
enable = true;
settings = {
global = {
frame_color = "#ffebdbb2";
};
};
};
}