From 54034c220bb0f87811c69f9cbedc8e77367dd11c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Nov 2023 17:14:13 -0800 Subject: Update module import Dunst was moved from the ‘(gnu packages dunst)’ module to the ‘(gnu packages wm)’ module in commit bf6fdf76b0fe19cbf5787795caac8edab6eeb439 of the Guix repository. --- oni/home/services/dunst.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni/home/services') diff --git a/oni/home/services/dunst.scm b/oni/home/services/dunst.scm index 0f33637..c6a0d97 100644 --- a/oni/home/services/dunst.scm +++ b/oni/home/services/dunst.scm @@ -3,7 +3,7 @@ #:use-module (srfi srfi-1) #:use-module (srfi srfi-2) #:use-module (gnu services configuration) - #:use-module (gnu packages dunst) + #:use-module (gnu packages wm) #:use-module (gnu home services) #:use-module (gnu home services shepherd) #:use-module (gnu home services utils) -- cgit v1.2.3-54-g00ecf