diff --git a/home-configuration.scm b/home-configuration.scm index c9fdc3b..a5f1382 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -25,7 +25,10 @@ (define (file-fetch url hash) (with-store store (run-with-store store - (url-fetch url 'sha256 (base64-decode hash))))) + (url-fetch url 'sha256 + ; hash + (base64-decode hash) + )))) (home-environment ;; Below is the list of packages that will show up in your @@ -44,8 +47,9 @@ home-files-service-type `( (".face" ,(file-fetch - "https://marq42.xyz/mir-avatar-picrew-3.png" - "cf5ck8db4d5n24drdnv77wx1liiqi6an" + "https://marq42.xyz/mir-avatar-picrew-3.png" + ;; get below with `guix download URL --format=base64` - this took ages to work out + "Psx4J7+7mMKqpsT/rl/Iv/XQnZlTJ1WSMpswuNDjv38=" )))) (service home-dconf-load-service-type #~`((org/gnome/shell