add hyprland init

This commit is contained in:
2023-08-05 14:06:29 +02:00
parent a020c863f9
commit 4a62dec178
10 changed files with 142 additions and 8 deletions

10
home/dunst.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ libnotify ];
service.dunst = {
enable = true;
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
};
}