~ruther/guix-config

1636aa9d1ff005482997ee55a6fe29e69ab77598 — Rutherther 7 months ago 9022a61
chore: remove my config from gtk service module
1 files changed, 0 insertions(+), 21 deletions(-)

M home/modules/ruther/home/services/gtk.scm
M home/modules/ruther/home/services/gtk.scm => home/modules/ruther/home/services/gtk.scm +0 -21
@@ 6,7 6,6 @@
  #:use-module (guix build-system trivial)
  #:use-module (gnu home services)
  #:use-module (ruther home services dconf)
  #:use-module (ruther home themes)
  #:export (home-gtk-configuration
            gtk-theme-configuration
            home-gtk-service-type))


@@ 148,23 147,3 @@
                        home-environment-variables-service-type
                        add-xcursor-environment)))
                (description "Create gtk theme configuration files for gtk2 and gtk3")))

(define-public dconf-config
 (let ((gtk-theme (make-graphite-gtk-theme #:theme "orange" #:color "dark"))
       (icon-theme (make-tela-circle-icon-theme #:variant "orange"))
       (cursor-theme (make-catppuccin-cursors #:flavor "frappe" #:accent "sapphire")))
   (home-gtk-configuration
    (gtk-theme
     (gtk-theme-configuration
      (package gtk-theme)
      (name (assoc-ref (package-properties gtk-theme) 'theme-name))))
    (cursor-theme
     (gtk-theme-configuration
      (package cursor-theme)
      (name (assoc-ref (package-properties cursor-theme) 'cursor-theme-name))
      (size 16)))
    (icon-theme
     (gtk-theme-configuration
      (package icon-theme)
      (name (assoc-ref (package-properties icon-theme) 'dark-icon-theme-name))))
    (font-name "Ubuntu 10"))))

Do not follow this link