services: zathura: Use module (ice-9 format)

pull/3/head
Luis Guilherme Coelho 2024-02-19 21:45:31 -03:00
parent a032ae1cdc
commit 4d0ee7ca28
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
(define-module (radix home services zathura)
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (guix records)
#:use-module (gnu home services)
#:use-module (gnu services configuration)