diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-23 20:27:57 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-23 20:27:57 -0400 |
commit | 752de9a6d554b2849281507f841e4adaadf209cf (patch) | |
tree | fcd4ac460f7602852af7f323514aca99d5ad43b3 /modules/ryan-packages/mozilla.scm | |
parent | 5778ed35445ad2838f9ae9184160a669efc53a4d (diff) |
updated apps, messed with firefox some (need to rewrite), added
headphone "autoconnect"
Diffstat (limited to 'modules/ryan-packages/mozilla.scm')
-rw-r--r-- | modules/ryan-packages/mozilla.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/ryan-packages/mozilla.scm b/modules/ryan-packages/mozilla.scm index dd5bb30..1e87336 100644 --- a/modules/ryan-packages/mozilla.scm +++ b/modules/ryan-packages/mozilla.scm | |||
@@ -9,6 +9,15 @@ | |||
9 | #:use-module (guix build-system trivial) | 9 | #:use-module (guix build-system trivial) |
10 | #:use-module (nongnu packages mozilla)) | 10 | #:use-module (nongnu packages mozilla)) |
11 | 11 | ||
12 | (define firefox* | ||
13 | (package/inherit | ||
14 | firefox | ||
15 | (inputs | ||
16 | (modify-inputs | ||
17 | (package-inputs firefox) | ||
18 | (delete "pipewire") | ||
19 | (append pipewire))))) | ||
20 | |||
12 | (define-public firefox-wayland-new | 21 | (define-public firefox-wayland-new |
13 | (package | 22 | (package |
14 | (inherit firefox) | 23 | (inherit firefox) |