diff options
| author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-06 23:50:18 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-06 23:50:18 -0400 |
| commit | b4e63143f1de3d888e3cf4332a7c33ca0a4f7af8 (patch) | |
| tree | d7307445a550836d1d6129fed4e4d302099d1b4f /modules/home-packages/mozillia.scm | |
| parent | fuck libvirt fuck libvirt fuck libvirt fuck libvirt fuck libvirt (diff) | |
| download | dotfiles-guix-b4e63143f1de3d888e3cf4332a7c33ca0a4f7af8.tar.gz dotfiles-guix-b4e63143f1de3d888e3cf4332a7c33ca0a4f7af8.tar.bz2 dotfiles-guix-b4e63143f1de3d888e3cf4332a7c33ca0a4f7af8.zip | |
lalalala
Diffstat (limited to '')
| -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") |