nixos-config/home-manager/stvnliu/services/swaync.nix
Zhongheng Liu b6d7635ce0
feat: change notification daemon
use sway notification center (much more modern)
2024-12-17 00:52:03 +02:00

9 lines
79 B
Nix

{
pkgs,
config,
...
}: {
services.swaync = {
enable = true;
};
}