diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-03 23:25:49 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-03 23:25:49 -0500 |
commit | 72100ae0eb6b1fee9aa1ece21fc90a5f2dc19ee8 (patch) | |
tree | fa49917261b467a757caaff8f57737bd9d947608 /home/home.scm | |
parent | update commits, switch to newer audio packages (diff) | |
download | dotfiles-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.scm | 1 |
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")))) |