build(nemesis): add dunst

This commit is contained in:
Mohammad Rafiq 2025-03-05 08:53:38 +08:00
parent 15effc17df
commit e6c63ba73f

View file

@ -8,4 +8,7 @@
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
environment.systemPackages = with pkgs; [
dunst
];
}