feat: hyprland small refactor + starting dunst
This commit is contained in:
parent
1fb0fd3099
commit
1fcbebff6f
4 changed files with 32 additions and 24 deletions
10
modules/home-manager/dunst.nix
Normal file
10
modules/home-manager/dunst.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
frame_color = "#ffebdbb2";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue