~ruther/guix-config

d57a2f44488ce323ed4943407fff99d7ba535ed3 — Rutherther 16 days ago 047b37f
chore: remove (ruther home fonts)

Already in guix.
1 files changed, 0 insertions(+), 30 deletions(-)

D home/modules/ruther/home/fonts.scm
D home/modules/ruther/home/fonts.scm => home/modules/ruther/home/fonts.scm +0 -30
@@ 1,30 0,0 @@
(define-module (ruther home fonts)
  #:use-module (gnu packages compression)
  #:use-module (guix packages)
  #:use-module (guix build-system copy)
  #:use-module (guix download))

(define-public font-ubuntu
  (package
   (name "font-ubuntu")
   (version "0.83")
   (source
    (origin
     (method url-fetch)
     (uri (string-append
           "https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-"
           version ".zip"))
     (sha256
      (base32
       "0hjvq2x758dx0sfwqhzflns0ns035qm7h6ygskbx1svzg517sva5"))))
   (inputs
    (list unzip))
   (build-system copy-build-system)
   (arguments
    '(#:install-plan
      '(
        ("." "share/fonts/ubuntu/" #:include-regexp ("\\.ttf$")))))
   (home-page "http://font.ubuntu.com")
   (synopsis "Ubuntu Font Family")
   (description "Ubuntu Font Family")
   (license #f)))

Do not follow this link