all repos — nixfiles @ 4d814ea9e74052f851a498fc6ee95e850a374636

System and user configuration, managed by nix and home-manager

window-manager: Install libnotify
Alan Pearce alan@alanpearce.eu
Tue, 12 Sep 2017 11:29:20 +0200
commit

4d814ea9e74052f851a498fc6ee95e850a374636

parent

40aa6a71001395b69a7145096524d4e7e580ad13

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/window-manager.nixmodules/window-manager.nix
@@ -9,6 +9,7 @@   environment.systemPackages = with pkgs; [
     dmenu
     dunst
+    libnotify # for notify-send
     sxhkd
     scrot
   ];