diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-22 11:13:44 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-22 11:13:44 +0300 |
commit | 9fa6862f443b66c01895c3199502e4f628e4f69b (patch) | |
tree | db62777bd1ccab97effb7a482cea715fd464571a /home | |
parent | 6d0d13fbb4d2c46b276e810c7e740691f691bfcd (diff) | |
download | guix-9fa6862f443b66c01895c3199502e4f628e4f69b.tar.gz guix-9fa6862f443b66c01895c3199502e4f628e4f69b.tar.bz2 guix-9fa6862f443b66c01895c3199502e4f628e4f69b.zip |
librewolf -> firefox
Diffstat (limited to 'home')
-rw-r--r-- | home/config.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/config.scm b/home/config.scm index 4b2820a..3319d0e 100644 --- a/home/config.scm +++ b/home/config.scm @@ -28,6 +28,7 @@ #:use-module (gnu packages gnupg) #:use-module (gnu packages aspell) #:use-module (gnu packages sqlite) + #:use-module (nongnu packages mozilla) #:use-module (gnu packages databases) #:use-module (gnu packages compression) #:use-module (gnu system shadow) @@ -74,7 +75,6 @@ mu msmtp emacs - aspell aspell-dict-en @@ -82,7 +82,7 @@ pinentry openssh - librewolf + firefox xsetroot xset |