Add and configure dunst for battery notifications

This commit is contained in:
Oliver Davies 2023-12-27 15:18:32 +00:00
parent 5113583f8e
commit 34a8cce318
4 changed files with 56 additions and 6 deletions

View file

@ -8,6 +8,16 @@
./modules/i3.nix
];
services.dunst = {
enable = true;
settings = {
global = {
follow = "keyboard";
};
};
};
xdg.configFile.wallpaper = {
source = ../../../config/wallpaper;
recursive = true;