nixconf/home-manager/swaync.nix

11 lines
178 B
Nix

{config, pkgs, ...}:
{
services.swaync = {
enable = true;
style = ''
#custom-notification {
font-family: "NotoSansMono Nerd Font";
}
'';
};
}