summaryrefslogtreecommitdiff
path: root/home/home.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-03 23:25:49 -0500
committerFreya Murphy <freya@freyacat.org>2024-11-03 23:25:49 -0500
commit72100ae0eb6b1fee9aa1ece21fc90a5f2dc19ee8 (patch)
treefa49917261b467a757caaff8f57737bd9d947608 /home/home.scm
parentupdate commits, switch to newer audio packages (diff)
downloaddotfiles-guix-72100ae0eb6b1fee9aa1ece21fc90a5f2dc19ee8.tar.gz
dotfiles-guix-72100ae0eb6b1fee9aa1ece21fc90a5f2dc19ee8.tar.bz2
dotfiles-guix-72100ae0eb6b1fee9aa1ece21fc90a5f2dc19ee8.zip
automate firefox self signed certificates
Diffstat (limited to 'home/home.scm')
-rw-r--r--home/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/home.scm b/home/home.scm
index 117db7f..df11026 100644
--- a/home/home.scm
+++ b/home/home.scm
@@ -177,6 +177,7 @@
(".local/share/applications" ,(local-file "local/applications" #:recursive? #t))
(".local/share/icons" ,(local-file "local/icons" #:recursive? #t))
(".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t))
+ (".mozilla/certificates" ,(local-file "../certs" #:recursive? #t))
(".nix-channels" ,(local-file "nix/nix-channels"))
(".gitconfig" ,(local-file "config/git/gitconfig"))))