Add and configure dunst for battery notifications
This commit is contained in:
parent
5113583f8e
commit
34a8cce318
4 changed files with 56 additions and 6 deletions
|
@ -8,6 +8,16 @@
|
|||
./modules/i3.nix
|
||||
];
|
||||
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
global = {
|
||||
follow = "keyboard";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile.wallpaper = {
|
||||
source = ../../../config/wallpaper;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue