Files
dotfiles/home/services/swaync.nix
2025-07-29 04:26:12 +05:30

17 lines
335 B
Nix

{device, ...}: {
services.swaync = {
enable = device.is "ryu";
settings = {
notification-inline-replies = true;
# cssPriority = "user";
};
};
# xdg.configFile = {
# "swaync/style.css".text = ''
# .floating-notifications {
# background: rgba(0, 0, 0, 0.0);
# }
# '';
# };
}