Reworked home manager configuration to modules
This commit is contained in:
7
modules/home/desktop-environments/hyprland/dunst.nix
Normal file
7
modules/home/desktop-environments/hyprland/dunst.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.dunst = {
|
||||
enable = config.settings.desktop-environments.hyprland.enable;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user