mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02: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 = {
|
services.dunst = {
|
||||||
@ -27,6 +27,4 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.dunst = lib.mkForce { };
|
|
||||||
}
|
}
|
||||||
|
@ -335,7 +335,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
swaync.enable = true;
|
|
||||||
hyprpaper.enable = mkForce false;
|
hyprpaper.enable = mkForce false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user