summaryrefslogtreecommitdiff
path: root/modules/freya/packages/mozillia.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-08-08 23:22:53 -0400
committerFreya Murphy <freya@freyacat.org>2024-08-08 23:23:05 -0400
commitdb77903bf636ef4a142da70bc1029e7c48daac06 (patch)
treeae503876eb49e6e0c0fd9b7fcd34d3d7c70fc65c /modules/freya/packages/mozillia.scm
parentchange the (diff)
downloaddotfiles-guix-db77903bf636ef4a142da70bc1029e7c48daac06.tar.gz
dotfiles-guix-db77903bf636ef4a142da70bc1029e7c48daac06.tar.bz2
dotfiles-guix-db77903bf636ef4a142da70bc1029e7c48daac06.zip
fix caddy, add uki, update pipewire, update xdg-desktop-portal-hyprland
Diffstat (limited to 'modules/freya/packages/mozillia.scm')
-rw-r--r--modules/freya/packages/mozillia.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/freya/packages/mozillia.scm b/modules/freya/packages/mozillia.scm
index 57c9b54..68a2601 100644
--- a/modules/freya/packages/mozillia.scm
+++ b/modules/freya/packages/mozillia.scm
@@ -6,6 +6,7 @@
#:use-module (guix download)
#:use-module (guix packages)
#:use-module (guix build-system trivial)
+ #:use-module (freya packages linux)
#:use-module (nonguix build-system binary)
#:use-module (nongnu packages mozilla))
@@ -20,7 +21,7 @@
(license license:mpl2.0)
(inputs
`(("bash" ,bash-minimal)
- ("pipewire" ,pipewire)
+ ("pipewire" ,pipewire-new)
("firefox" ,firefox)))
(build-system trivial-build-system)
(arguments