From 14d926a20dba17466355f2084fc264f746389fe9 Mon Sep 17 00:00:00 2001 From: tdback Date: Tue, 24 Dec 2024 17:06:05 -0500 Subject: ensure all home-manager modules are using the latest package version --- users/tdback/modules/dunst/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'users/tdback/modules/dunst/default.nix') diff --git a/users/tdback/modules/dunst/default.nix b/users/tdback/modules/dunst/default.nix index 132e32b..4b52def 100644 --- a/users/tdback/modules/dunst/default.nix +++ b/users/tdback/modules/dunst/default.nix @@ -2,8 +2,7 @@ { services.dunst = { enable = true; - package = pkgs.dunst; - + package = pkgs.unstable.dunst; settings = { global = { width = 300; @@ -13,14 +12,12 @@ frame_color = "#2c363c"; font = "Iosevka Comfy Motion Fixed 12"; }; - urgency_normal = { background = "#37474f"; foreground = "eceff1"; timeout = 5; }; }; - iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; -- cgit v1.2.3