hephaestus: enable dunst

This commit is contained in:
Antoine Martin 2023-09-26 16:57:08 +02:00
parent b210552651
commit dd652a495a

View file

@ -15,6 +15,9 @@
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
# TODO: place in global home conf
services.dunst.enable = true;
home.packages = builtins.attrValues {
inherit
(pkgs)