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