From 4d814ea9e74052f851a498fc6ee95e850a374636 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Sep 2017 11:29:20 +0200 Subject: window-manager: Install libnotify --- modules/window-manager.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/window-manager.nix b/modules/window-manager.nix index 4b6a710..40a120f 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 ]; -- cgit 1.4.1