diff --git a/hosts/hephaestus/home.nix b/hosts/hephaestus/home.nix index 2b20617..3c4e9eb 100644 --- a/hosts/hephaestus/home.nix +++ b/hosts/hephaestus/home.nix @@ -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)