window-manager: Install libnotify
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M modules/window-manager.nix → modules/window-manager.nix
@@ -9,6 +9,7 @@ environment.systemPackages = with pkgs; [ dmenu dunst + libnotify # for notify-send sxhkd scrot ];