diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:23:43 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:23:43 -0500 |
| commit | b2f7c3c3b413d83966121978ea0d177068cfb82f (patch) | |
| tree | fe16d0c2996cc6d548433d214ba6f8e27a2b5b47 /home | |
| parent | fix cuirass system specification (diff) | |
| download | dotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.tar.gz dotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.tar.bz2 dotfiles-guix-b2f7c3c3b413d83966121978ea0d177068cfb82f.zip | |
refactor keys/certs into new `files` folder
Diffstat (limited to 'home')
| -rw-r--r-- | home/home.scm | 2 |
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")))) |