diff options
Diffstat (limited to 'modules/home-packages/mozillia.scm')
-rw-r--r-- | modules/home-packages/mozillia.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/home-packages/mozillia.scm b/modules/home-packages/mozillia.scm index 3e4363e..ced4b64 100644 --- a/modules/home-packages/mozillia.scm +++ b/modules/home-packages/mozillia.scm @@ -7,9 +7,7 @@ #:use-module (gnu packages linux) #:use-module (nonguix build-system binary) #:use-module (guix build-system trivial) - #:use-module (nongnu packages mozilla) - #:export (firefox-wayland-new - firefox*)) + #:use-module (nongnu packages mozilla)) (define firefox* (package/inherit @@ -20,7 +18,7 @@ (delete "pipewire") (append pipewire))))) -(define firefox-wayland-new +(define-public firefox-wayland-new (package (inherit firefox*) (name "firefox-wayland-new") |