meta: Replace swaync with dunst

It's easier to use the same notification daemon across both X and
Wayland.
This commit is contained in:
Donovan Glover 2024-09-04 00:05:45 -04:00
parent cda5e4d4af
commit 6986f725ed
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ pkgs, ... }:
{
services.dunst = {
@ -27,6 +27,4 @@
};
};
};
systemd.user.services.dunst = lib.mkForce { };
}

View File

@ -335,7 +335,6 @@ in
};
services = {
swaync.enable = true;
hyprpaper.enable = mkForce false;
};
}