add hyprland init
This commit is contained in:
10
home/dunst.nix
Normal file
10
home/dunst.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ libnotify ];
|
||||
service.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
package = pkgs.papirus-icon-theme;
|
||||
name = "Papirus";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user