Adding dunst
This commit is contained in:
@@ -19,7 +19,6 @@ in
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
settings = {
|
||||
decoration = {
|
||||
blur = {
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.dunst = {
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [ libnotify ];
|
||||
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
catppuccin = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user