{ pkgs, ... }:
{
home.packages = [ pkgs.swaynotificationcenter ];
xdg.configFile."swaync/style.css".source = ./style.css;
}