diff options
| author | 2026-09-10 23:30:55 -0700 | |
|---|---|---|
| committer | 2026-09-12 01:01:17 -0700 | |
| commit | 9ccf4b6e14fefc45a67d7dc5051eaef7015b0783 (patch) | |
| tree | cdfd7a614cb1ec77d6184c7e87494c1a3c5afadc /oni/packages/pick-random-wallpaper.scm | |
| parent | 024f6de24fbce4f7edd29afb095dcbab1a2cbc9a (diff) | |
| download | new-dotfiles-9ccf4b6e14fefc45a67d7dc5051eaef7015b0783.tar.gz new-dotfiles-9ccf4b6e14fefc45a67d7dc5051eaef7015b0783.zip | |
Fix deprecation warnings
Diffstat (limited to 'oni/packages/pick-random-wallpaper.scm')
| -rw-r--r-- | oni/packages/pick-random-wallpaper.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/packages/pick-random-wallpaper.scm b/oni/packages/pick-random-wallpaper.scm index 477d07e..ccf7a71 100644 --- a/oni/packages/pick-random-wallpaper.scm +++ b/oni/packages/pick-random-wallpaper.scm @@ -5,7 +5,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages base) #:use-module (gnu packages bash) - #:use-module (gnu packages wm) + #:use-module (gnu packages window-management) #:use-module (gnu packages xorg) #:use-module (gnu packages image-viewers)) |
