{ pkgs, ... }: { environment.systemPackages = with pkgs; [ dunst libnotify ]; environment.etc = { "xdg/dunst/dunstrc".source = ./config/dunstrc; }; }