mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-10 19:56:48 +02:00
dunst: Don't use systemd service
Necessary while swaync is being used for notifications in Hyprland.
This commit is contained in:
parent
f113c763ea
commit
2db228e009
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
@ -28,4 +28,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.dunst = lib.mkForce { };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user