dunst: Don't use systemd service

Necessary while swaync is being used for notifications in Hyprland.
This commit is contained in:
Donovan Glover 2024-09-01 18:37:02 -04:00
parent f113c763ea
commit 2db228e009
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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