From 2766c4d3481220687d0f54ff6ed8de983956ebbe Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Sep 2024 12:43:34 +0200 Subject: [PATCH] feat: dunst + webcord --- hosts/default/configuration.nix | 2 ++ modules/home-manager/hyprland.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index e28cb9d..d3fba75 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -107,6 +107,7 @@ vim wget usbutils + dunst alacritty ripgrep git @@ -117,6 +118,7 @@ waybar banana-cursor nerdfonts + webcord gnumake gccgo unzip diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 8160116..34274a6 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -145,7 +145,7 @@ exec-once = [ "waybar" "nm-applet" - "swaync" + "dunst" "whatpulse" ];