mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add guix-simplyblack-sddm-theme-qt5.
* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme-qt5): New variable. Change-Id: Ia4caa3126a37b8b4f885286d60a27cd72272a75b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6c132dfce8
commit
93208b8ed7
1 changed files with 13 additions and 0 deletions
|
@ -257,6 +257,19 @@ Guix's logo. Based on Arch linux's archlinux-simplyblack theme.")
|
|||
;; Theme under cc-by-sa3.0, guix logo under license:cc-by-sa4.0
|
||||
(license (list license:cc-by-sa3.0 license:cc-by-sa4.0))))
|
||||
|
||||
(define-public guix-simplyblack-sddm-theme-qt5
|
||||
(package
|
||||
(inherit guix-simplyblack-sddm-theme)
|
||||
(name "guix-simplyblack-sddm-theme-qt5")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source guix-simplyblack-sddm-theme))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "metadata.desktop"
|
||||
(("QtVersion=6")
|
||||
"QtVersion=5"))))))))
|
||||
|
||||
(define-public chili-sddm-theme
|
||||
(package
|
||||
(name "chili-sddm-theme")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue