aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/polybar.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-10 23:30:55 -0700
committerGravatar Tom Willemse2026-09-12 01:01:17 -0700
commit9ccf4b6e14fefc45a67d7dc5051eaef7015b0783 (patch)
treecdfd7a614cb1ec77d6184c7e87494c1a3c5afadc /oni/home/services/polybar.scm
parent024f6de24fbce4f7edd29afb095dcbab1a2cbc9a (diff)
downloadnew-dotfiles-9ccf4b6e14fefc45a67d7dc5051eaef7015b0783.tar.gz
new-dotfiles-9ccf4b6e14fefc45a67d7dc5051eaef7015b0783.zip
Fix deprecation warnings
Diffstat (limited to 'oni/home/services/polybar.scm')
-rw-r--r--oni/home/services/polybar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/polybar.scm b/oni/home/services/polybar.scm
index 3fbbadc..2428dfe 100644
--- a/oni/home/services/polybar.scm
+++ b/oni/home/services/polybar.scm
@@ -1,6 +1,6 @@
(define-module (oni home services polybar)
#:use-module (gnu services configuration)
- #:use-module (gnu packages wm)
+ #:use-module (gnu packages window-management)
#:use-module (gnu home services)
#:use-module (gnu home services shepherd)
#:use-module (gnu home services utils)