summaryrefslogtreecommitdiff
path: root/home/home.scm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-09 09:23:43 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-09 09:23:43 -0500
commitb2f7c3c3b413d83966121978ea0d177068cfb82f (patch)
treefe16d0c2996cc6d548433d214ba6f8e27a2b5b47 /home/home.scm
parentfix cuirass system specification (diff)
downloaddotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.tar.gz
dotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.tar.bz2
dotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.zip
refactor keys/certs into new `files` folder
Diffstat (limited to 'home/home.scm')
-rw-r--r--home/home.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.scm b/home/home.scm
index 5e6a445..72b1d05 100644
--- a/home/home.scm
+++ b/home/home.scm
@@ -182,7 +182,7 @@
(".gtkrc-2.0" ,(local-file "config/gtk/gtk-2.0/settings"))
(".local/share/fonts" ,(local-file "local/fonts" #:recursive? #t))
(".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t))
- (".mozilla/certificates" ,(local-file "../certs" #:recursive? #t))
+ (".mozilla/certificates" ,(local-file "../files/certs" #:recursive? #t))
(".nix-channels" ,(local-file "nix/nix-channels"))
(".gitconfig" ,(local-file "config/git/gitconfig"))))