8 lines
115 B
Nix
8 lines
115 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
services.dunst = {
|
||
|
enable = config.settings.desktop-environments.hyprland.enable;
|
||
|
};
|
||
|
}
|