summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/window-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/window-manager.nix b/modules/window-manager.nix
index 4b6a710f..40a120fa 100644
--- a/modules/window-manager.nix
+++ b/modules/window-manager.nix
@@ -9,6 +9,7 @@
   environment.systemPackages = with pkgs; [
     dmenu
     dunst
+    libnotify # for notify-send
     sxhkd
     scrot
   ];