mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
meta: Replace swaync with dunst
It's easier to use the same notification daemon across both X and Wayland.
This commit is contained in:
parent
cda5e4d4af
commit
6986f725ed
@ -1,4 +1,4 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
@ -27,6 +27,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.dunst = lib.mkForce { };
|
||||
}
|
||||
|
@ -335,7 +335,6 @@ in
|
||||
};
|
||||
|
||||
services = {
|
||||
swaync.enable = true;
|
||||
hyprpaper.enable = mkForce false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user