all repos — nixfiles @ 4d814ea9e74052f851a498fc6ee95e850a374636

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

window-manager: Install libnotify

Alan Pearce
commit

4d814ea9e74052f851a498fc6ee95e850a374636

parent

40aa6a71001395b69a7145096524d4e7e580ad13

1 file changed, 1 insertion(+), 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 ];