11 lines
132 B
Nix
11 lines
132 B
Nix
{ inputs, ... }:
|
|
{
|
|
services.dunst = {
|
|
settings = {
|
|
global = {
|
|
font = "Noto Nerd Font 8";
|
|
};
|
|
};
|
|
};
|
|
}
|