diff options
| author | 2026-09-10 23:30:55 -0700 | |
|---|---|---|
| committer | 2026-09-12 01:01:17 -0700 | |
| commit | 9ccf4b6e14fefc45a67d7dc5051eaef7015b0783 (patch) | |
| tree | cdfd7a614cb1ec77d6184c7e87494c1a3c5afadc /oni/home/services/polybar.scm | |
| parent | 024f6de24fbce4f7edd29afb095dcbab1a2cbc9a (diff) | |
| download | new-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.scm | 2 |
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) |
