mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-08-01 17:50:18 +00:00
Compare commits
2 Commits
2e9ba3e2a5
...
42269efc67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42269efc67 | ||
|
|
87d4e55ea4 |
@ -39,13 +39,15 @@
|
||||
(if (null? config)
|
||||
'()
|
||||
`(("gtk-3.0/settings.ini"
|
||||
,(ini-file "settings.ini" #~'(("Settings" #$@config)))))))
|
||||
,(ini-file "settings.ini"
|
||||
#~'(("Settings" . #$config)))))))
|
||||
|
||||
(define (home-gtk4-xdg-configuration-files config)
|
||||
(if (null? config)
|
||||
'()
|
||||
`(("gtk-4.0/settings.ini"
|
||||
,(ini-file "settings.ini" #~'(("Settings" #$@config)))))))
|
||||
,(ini-file "settings.ini"
|
||||
#~'(("Settings" . #$config)))))))
|
||||
|
||||
(define home-gtk2-service-type
|
||||
(service-type
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages polkit)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages window-management)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (rosenthal packages authentication)
|
||||
#:use-module (rosenthal packages wm)
|
||||
@ -550,7 +550,7 @@ compositor.")))
|
||||
(icon-theme)
|
||||
(ini-file "index.theme"
|
||||
#~'(("icon theme"
|
||||
("Inherits" . #$icon-theme))))))
|
||||
. (("Inherits" . #$icon-theme)))))))
|
||||
|
||||
(define (home-theme-files config)
|
||||
`((".icons/default/index.theme"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user