From 8d389013adaad14ad95fdfe413a096116f44fb82 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:37:36 -0400 Subject: [PATCH] disable dunst not really needed currently --- modules/nixos/graphical/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/graphical/dunst.nix b/modules/nixos/graphical/dunst.nix index fa79e2e..7700dbf 100644 --- a/modules/nixos/graphical/dunst.nix +++ b/modules/nixos/graphical/dunst.nix @@ -5,7 +5,7 @@ config = { home-manager.users.${config.user}.services.dunst = { - enable = true; + enable = false; settings = { global = { width = 300;